I keep my dotfiles in a sub-directory (doesn't matter where) and use the following Rakefile to manage it:
https://github.com/tvon/dotfiles/blob/master/Rakefile
Then it's just `rake status` or `rake link` to symlink everything. I've only been using this for a few years but I haven't run into any problems yet.
I keep my dotfiles in a sub-directory (doesn't matter where) and use the following Rakefile to manage it:
https://github.com/tvon/dotfiles/blob/master/Rakefile
Then it's just `rake status` or `rake link` to symlink everything. I've only been using this for a few years but I haven't run into any problems yet.