Created
October 19, 2010 12:03
-
-
Save bernerdschaefer/634083 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # Set up pathogen.vim | |
| cd ~/.vim/autoload | |
| curl -O http://github.com/tpope/vim-pathogen/raw/master/autoload/pathogen.vim | |
| vim ~/.vimrc | |
| # add this to the top: | |
| # runtime! autoload/pathogen.vim | |
| # if exists('g:loaded_pathogen') | |
| # call pathogen#runtime_prepend_subdirectories(expand('~/.vimbundles')) | |
| # endif | |
| mkdir ~/.vimbundles | |
| # Now install a plugin... | |
| cd ~/.vimbundles | |
| git clone http://github.com/tpope/vim-fugitive.git | |
| # Done! | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment