This repository holds my config files (apart from my .emacs which lives here).
I find it convenient to use GNU stow to make symlinks to files in this repo. For example:
git clone <this> ~/.dotfiles
cd ~/.dotfiles
stow bash
Now everything inside bash is symlinked from the directory above ~/.dotfiles.
Inspired by this post.