Skip to content

Commit

Permalink
Add new script to get all bundles I use in vim
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Dec 29, 2012
1 parent 274e3aa commit b597730
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions vim/bundles.sh
@@ -0,0 +1,21 @@
#!/bin/bash
mkdir -p bundle
cd bundle
git clone git://github.com/mileszs/ack.vim.git
git clone git://github.com/wincent/Command-T.git
git clone git://github.com/kien/ctrlp.vim.git
git clone git://github.com/sjl/gundo.vim.git
git clone git://github.com/scrooloose/nerdcommenter.git
git clone git://github.com/scrooloose/nerdtree.git
git clone git://github.com/honza/snipmate-snippets.git
git clone git://github.com/ervandew/supertab.git
git clone git://github.com/scrooloose/syntastic.git
git clone git://github.com/majutsushi/tagbar.git
git clone git://github.com/tomtom/tlib_vim.git
git clone git://github.com/MarcWeber/vim-addon-mw-utils.git
git clone git://github.com/skammer/vim-css-color.git
git clone git://github.com/tpope/vim-fugitive.git
git clone git://github.com/Lokaltog/vim-powerline.git
git clone git://github.com/garbas/vim-snipmate.git
git clone git://github.com/tpope/vim-surround.git
git clone git://github.com/sjl/learnvimscriptthehardway.git

0 comments on commit b597730

Please sign in to comment.