dotfiles Install Necessary apps Homebrew $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" Oh-My-ZSH sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" Download and Move Vim Files $ git clone https://github.com/alewitt/dotfiles ~/dotfiles $ cp ~/dotfiles/.vimrc ~/ $ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim Install Vim and Plugins Install Vim (should be version 7.4 or higher) Mac $ brew install vim --with-override-system-vi Ubuntu $ apt-get install vim Install Plugins $ vim +PluginInstall +qall $ cp ~/dotfiles/.zshrc ~/