Created
October 23, 2012 16:27
-
-
Save nateware/3939891 to your computer and use it in GitHub Desktop.
Setup Mac gvim with tpope's vim bundles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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