From 7e609410d74640623e6545ea2069cfdcd1039624 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Tue, 10 Dec 2013 14:23:17 +0100 Subject: vim: Added the xoria256 colorscheme. --- install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 8b89dcb..0566c9a 100755 --- a/install.sh +++ b/install.sh @@ -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 -- cgit v1.2.3