if this is a new computer
brew install autojump
brew install tree
brew install rake
brew install python3
brew install hub
git clone https://github.com/samirahmed/dotfiles.git
cd dotfiles
git submodule init
git submodule update
rake install
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