This is a collection of dotfiles and script I use for OS X.
git clone https://github.com/CWaYNe/dotfiles.git ~/
cd ~/dotfiles/
chmod +x makesymlinks.sh
./makesymlinks.sh
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
# open VIM and insert :PluginInstall in normal mode
Michael Smalley' helpful post