Skip to content

Commit

Permalink
setup vundle and install plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Toon Willems committed Aug 25, 2012
1 parent 04655e5 commit 7aad564
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,15 @@ function setup() {
ln -sfn "$PWD/$DEST/$SRC" "$DST"
}

echo "Setting up Vundle"
if [[ -d $HOME/.vim/bundle/vundle ]]; then
echo "Vundle already installed"
else
git clone https://github.com/gmarik/vundle.git $HOME/.vim/bundle/vundle
fi

setup vimrc "$HOME/.vimrc"
setup zshrc "$HOME/.zshrc"

echo "updating Bundles"
vim -c :BundleInstall\! -c qa\!

0 comments on commit 7aad564

Please sign in to comment.