git clone https://github.com/dlfu/dotfiles.git
cd dotfiles
git submodule init
git submodule update
rake
Vim Plugins - to make your vim look like this
I use zsh and in particular oh-my-zsh
OSX and Linux compatible
To remove the dotfile configs, run the following commands. Be certain to double check the contents of the files before removing so you don't lose custom settings.
unlink ~/.bin
unlink ~/.gitignore
unlink ~/.vim
unlink ~/.vimrc
rm ~/.zshrc # careful here
rm ~/.gitconfig
rm -rf ~/.dotfiles
rm -rf ~/.oh-my-zsh
chsh -s /bin/bash # change back to Bash if you want