Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
danclaudiupop committed Jan 15, 2013
1 parent b7bb6a8 commit 351966e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Expand Up @@ -6,10 +6,10 @@ if [ -d ~/.dotfiles ]; then
git pull
else
git clone https://github.com/danclaudiupop/dotfiles.git ~/.dotfiles/
git clone https://github.com/gmarik/vundle.git ~/.dotfiles/.vim/bundle/vundle
git clone https://github.com/gmarik/vundle.git ~/.dotfiles/configs/vim/bundle/vundle
for cf in ~/.dotfiles/configs/*; do
ln -s "$cf" ~/.$(basename "$cf")
done

vim +BundleInstall +qall
fi
vim -u ~/.dotfiles/configs/vimrc - +BundleInstall +qall
fi

0 comments on commit 351966e

Please sign in to comment.