Skip to content

Instantly share code, notes, and snippets.

@tazjel
Forked from nateware/gist:3939891
Created January 29, 2013 13:58
Show Gist options
  • Save tazjel/4664422 to your computer and use it in GitHub Desktop.
Save tazjel/4664422 to your computer and use it in GitHub Desktop.
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