7 lines
198 B
Bash
Executable File
7 lines
198 B
Bash
Executable File
#!/bin/bash
|
|
rep=~/.vim/bundle/
|
|
cd $rep
|
|
git clone https://github.com/scrooloose/nerdcommenter
|
|
git clone https://github.com/vim-syntastic/syntastic
|
|
git clone https://github.com/flazz/vim-colorschemes
|