Dotfiles, the Prequel: Easy and Fast
Want to get up and running quickly with dotfiles in a git repo? Follow these no-frills directions to turn your home directory into a git repo, but with only the files you want to manage. ...more
On Linux, Mac, and Windows, a variety of configuration files live in your home directory (or a descendant thereof). They are valuable. And they change over time. Given this, managing them with a version control system like Git makes sense.
This series explores a variety of methods for managing dotfiles conveniently. Pick a direction that is right for you, or read them all, and then decide!
Want to get up and running quickly with dotfiles in a git repo? Follow these no-frills directions to turn your home directory into a git repo, but with only the files you want to manage. ...more
A more detailed and gentle introduction to making your home directory a git repo, then handpicking the files you want to commit to version control. ...more
The dotfile management method detailed in this article involves a bare repository which offers greater flexibility and segmentation than other approaches, but at the cost of some complexity. ...more
Want a different set of dotfiles for home and work? Consider this modular approach allowing multiple git repositories to manage your config files. ...more