My dotfiles. No longer scattered!
$ git clone github.com:jdrydn/dotfiles .dotfiles
$ cd .dotfiles && ./install.shThis will take every single file starting with a . (except .gitignore) and create a symlink matching it to your home directory.
.vimrc -> .dotfiles/.vimrc
.zshrc -> .dotfiles/.zshrc
And so on.