These are the config files from my home dir.
.gitignore
: Some common file patterns thatgit
should never track.screenrc
: Used byscreen
..vimrc
: My documentedvim
configuration..zshrc
&.zsh.d
git clone git://github.com/thomasritz/dotfiles
cd dotfiles
./install
This creates symlinks in the home dir, e.g. $HOME/.vimrc
pointing to
dotfiles/dot/vimrc
.