Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
philtr committed Feb 24, 2015
1 parent 81b4824 commit 8731455
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion install.sh
Expand Up @@ -46,7 +46,7 @@ fi
if [[ ! -d $HOMEDIR/.zprezto ]]
then
echo "Installing Prezto (https://github.com/sorin-ionescu/prezto)..."
git clone --recursive https://github.com/sorin-ionescu/prezto.git "$HOMEDIR/.zprezto"
git clone --recursive git@github.com:sorin-ionescu/prezto.git "$HOMEDIR/.zprezto"
else
cd $HOMEDIR/.zprezto
git reset --hard
Expand Down Expand Up @@ -94,6 +94,11 @@ ln -s $DOTS/ruby/gemrc $HOMEDIR/.gemrc
ln -s $DOTS/ruby/pryrc $HOMEDIR/.pryrc
ln -s $DOTS/pow/powconfig $HOMEDIR/.powrc

# Install Vundle
rm -rf $DOTS/vim/bundle/vundle
git clone git@github.com:gmarik/Vundle.vim.git $DOTS/vim/bundle/Vundle.vim


# Link vim configuration
echo "Linking vim configuration files..."
rm -rf $HOMEDIR/.vim \
Expand Down

0 comments on commit 8731455

Please sign in to comment.