Skip to content

Commit

Permalink
Change symbolic link to copy of vimrc file
Browse files Browse the repository at this point in the history
This change enables users to delete the repository from their machine after set up is complete.
  • Loading branch information
qvissak committed Jun 4, 2018
1 parent f9a3245 commit fb0279c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Get vim all set up
rm -f ~/.vimrc
ln -s $PWD/.vimrc ~/.vimrc
cp $PWD/.vimrc ~/.vimrc

# install vundle and all other plugins
mkdir -p ~/.vim/bundle
Expand Down

0 comments on commit fb0279c

Please sign in to comment.