Skip to content

Instantly share code, notes, and snippets.

@nateware
Created October 23, 2012 16:27
Show Gist options
  • Save nateware/3939891 to your computer and use it in GitHub Desktop.
Save nateware/3939891 to your computer and use it in GitHub Desktop.
Setup Mac gvim with tpope's vim bundles
mkdir -p ~/.vim/autoload ~/.vim/bundle
curl -Sso ~/.vim/autoload/pathogen.vim https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim
cd ~/.vim/bundle
git clone git://github.com/tpope/vim-fugitive.git
git clone git://github.com/tpope/vim-rails.git
git clone git://github.com/tpope/vim-bundler.git
git clone git://github.com/tpope/vim-markdown.git
git clone git://github.com/tpope/vim-endwise.git
git clone git://github.com/tpope/vim-git.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment