|
|
|
|
|
by oblio
1617 days ago
|
|
If by "version your entire user dir" you mean "version all your manually edited configs", that can work. Init a git repo in your $HOME, add a .gitignore that by default excludes everything then manually add just the files and folders you want to track. Especially if you want to publish the repo, be careful, because it's <<extremely>> easy to accidentally expose confidential stuff. |
|