Manage the dot files with git

Managing the unix configuration files in one's home directory can be tricky. It turns out it's not as simple as creating a git repository, because it usually needs to be empty on creation (is that even possible with all this software that creates rogue directories?), and will track all the files not expressively added to .gitignore. Today I found a good solution in this tutorial.

– Stephane