diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -12,13 +12,18 @@ cp gemrc $HOME/.gemrc cp gitcompletion.sh $HOME/.gitcompletion.sh cp gitconfig $HOME/.gitconfig cp global.gitignore $HOME/.gitignore -cp vimrc $HOME/.vimrc cp hgrc $HOME/.hgrc cp hgcompletion.sh $HOME/.hgcompletion.sh cp global.hgignore $HOME/.hgignore cp rake_completion $HOME/.rake_completion chmod +x $HOME/.rake_completion +# Wipe out the current vim config and replace it with this one. +rm -rf $HOME/.vim +rm -rf $HOME/.vimrc +cp -rf vim $HOME/.vim +cp vimrc $HOME/.vimrc + # Download and install the review utility. cd /tmp git clone https://github.com/mssola/review |
