Skip to content

Instantly share code, notes, and snippets.

@NIA
Forked from cypok/run.sh
Created February 27, 2011 05:34
Show Gist options
  • Save NIA/845934 to your computer and use it in GitHub Desktop.
Save NIA/845934 to your computer and use it in GitHub Desktop.
#!/bin/sh
git submodule add git://github.com/tpope/vim-rails.git bundle/rails
git submodule add git://github.com/msanders/snipmate.vim.git bundle/snipmate
git submodule add git://github.com/vim-scripts/bufexplorer.zip bundle/bufexplorer
git submodule add git://github.com/scrooloose/nerdcommenter.git bundle/nerdcommenter
git submodule add git://github.com/scrooloose/nerdtree.git bundle/nerdtree
git submodule add git://github.com/tpope/vim-surround.git bundle/surround
git submodule add git://github.com/tpope/vim-cucumber.git bundle/cucumber
git submodule add git://github.com/tpope/vim-haml.git bundle/haml
git submodule add git://github.com/cypok/vim-ledger.git bundle/ledger
git submodule add git://github.com/hail2u/vim-css3-syntax.git bundle/css3
git submodule add git://github.com/vim-scripts/a.vim.git bundle/a
git submodule add git://github.com/Townk/vim-autoclose.git bundle/autoclose
git submodule add git://github.com/tpope/vim-endwise.git bundle/endwise
git submodule add git://github.com/mattn/gist-vim.git bundle/gist
git submodule add git://github.com/vim-scripts/tex_autoclose.vim.git bundle/tex_autoclose
git submodule add git://github.com/tpope/vim-vividchalk.git bundle/vividchalk
git submodule add git://github.com/othree/html5-syntax.vim.git bundle/html5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment