-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvimbundles.sh
executable file
·53 lines (48 loc) · 1.23 KB
/
vimbundles.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
mkdir -p ~/.vimbundles
cd ~/.vimbundles
get_bundle() {
(
if [ -d "$2" ]; then
echo "Updating $1's $2"
cd "$2"
git pull --rebase
else
git clone "git://github.com/$1/$2.git"
fi
)
}
get_bundle alowe vim-slurper
get_bundle duff vim-bufonly
get_bundle godlygeek tabular
get_bundle leshill vim-json
get_bundle mileszs ack.vim
get_bundle pangloss vim-javascript
get_bundle scrooloose nerdcommenter
get_bundle therubymug vim-pyte
get_bundle tpope vim-abolish
get_bundle tpope vim-cucumber
get_bundle tpope vim-endwise
get_bundle tpope vim-flatfoot
get_bundle tpope vim-fugitive
get_bundle tpope vim-git
get_bundle tpope vim-haml
get_bundle tpope vim-markdown
get_bundle tpope vim-pathogen
get_bundle tpope vim-rake
get_bundle tpope vim-ragtag
get_bundle tpope vim-rails
get_bundle vim-ruby vim-ruby
get_bundle tpope vim-repeat
get_bundle tpope vim-speeddating
get_bundle tpope vim-surround
get_bundle tpope vim-unimpaired
get_bundle tpope vim-vividchalk
get_bundle wgibbs vim-irblack
get_bundle wincent Command-T
get_bundle mattn gist-vim
get_bundle scrooloose nerdtree
get_bundle esukram taglist.vim
get_bundle skammer vim-css-color
get_bundle hallison vim-rdoc
get_bundle vim-scripts vcscommand.vim
get_bundle vim-scripts vimwiki