lawrence's shell, vim, git, brew config files and other stuff
git clone https://github.com/lvwrence/dotfiles.git ~/dotfiles
cd ~/dotfiles && brew bundle
chsh -s /bin/zsh
ln -s ~/dotfiles/zshrc ~/.zshrc
install the iterm theme under iterm/
install the range mono fonts and use it at 14pt, 1.5 vertical spacing
ln -s ~/dotfiles/tmux/tmux.conf ~/.tmux.conf
ln -s ~/dotfiles/git/gitconfig ~/.gitconfig
ln -s ~/dotfiles/vim ~/.vim
vim +PlugInstall +qall