Hacking up the ol' vimrc some more

This commit is contained in:
Josh Sherman 2012-02-19 18:41:31 -05:00
parent fce95727e8
commit 47db04f521
2 changed files with 47 additions and 8 deletions

View file

@ -22,7 +22,7 @@ fi" >> ~/.bashrc
# Removes the existing scripts
if [ -d ~/.gnome2/nautilus-scripts ];
then
rm ~/.gnome2/nautilus-scripts -rf
rm ~/.gnome2/nautilus-scripts -rf
fi
# Symlinks back to our scripts
@ -46,8 +46,8 @@ fi
mkdir $DOTVIM
OWNERS=( "ervandew" "msanders" "scrooloose" "scrooloose" "vim-scripts" )
REPOS=( "supertab" "snipmate.vim" "nerdtree" "syntastic" "Command-T" )
OWNERS=( "ervandew" "msanders" "nvie" "scrooloose" "scrooloose" "tpope" "vim-scripts" )
REPOS=( "supertab" "snipmate.vim" "vim-togglemouse" "nerdtree" "syntastic" "vim-fugitive" "Command-T" )
for (( i = 0 ; i < ${#OWNERS[@]} ; i++ ))
do