Skip to content

Instantly share code, notes, and snippets.

@javidjamae
Created November 5, 2013 18:21
Show Gist options
  • Save javidjamae/7323601 to your computer and use it in GitHub Desktop.
Save javidjamae/7323601 to your computer and use it in GitHub Desktop.
Script to clone all the vim plugins that I use
git clone https://github.com/scrooloose/nerdtree.git
git clone git://git.wincent.com/command-t.git
git clone https://github.com/kien/ctrlp.vim.git
git clone https://github.com/jistr/vim-nerdtree-tabs.git
git clone git://github.com/mileszs/ack.vim.git
git clone https://github.com/rking/ag.vim
git clone git://github.com/tpope/vim-fugitive.git
git clone git://github.com/tpope/vim-unimpaired.git
git clone git://github.com/tpope/vim-surround.git
git clone git://github.com/tpope/vim-rails.git
git clone git://github.com/tpope/vim-sensible.git
git clone git://github.com/tpope/vim-endwise.git
git clone git://github.com/tpope/vim-obsession.git
git clone git://github.com/tpope/vim-bundler.git
git clone git://github.com/tpope/vim-commentary.git
git clone git://github.com/tpope/vim-repeat.git
git clone git://github.com/Lokaltog/vim-powerline.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment