Merged script into main install
This commit is contained in:
parent
a771bcb32d
commit
f5441400de
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
DOTVIM=~/.vim
|
||||
|
||||
rm -r $DOTVIM
|
||||
mkdir $DOTVIM
|
||||
|
||||
OWNERS=( "tomtom" "scrooloose" "msanders" "ervandew" )
|
||||
REPOS=( "checksyntax_vim" "nerdtree" "snipmate.vim" "supertab" )
|
||||
|
||||
for (( i = 0 ; i < ${#OWNERS[@]} ; i++ ))
|
||||
do
|
||||
git clone git://github.com/${OWNERS[$i]}/${REPOS[$i]}.git /tmp/${REPOS[$i]}
|
||||
cp -R /tmp/${REPOS[$i]}/* $DOTVIM
|
||||
rm -rf /tmp/${REPOS[$i]}
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue