From 383589dba3e1a3445a2eee4467ade3cb610e1ada Mon Sep 17 00:00:00 2001 From: shrkamat Date: Tue, 24 Jul 2018 00:12:43 +0530 Subject: [PATCH] copy color file --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 699a713..e98702e 100755 --- a/install.sh +++ b/install.sh @@ -4,3 +4,6 @@ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim mv ~/.vimrc ~/.vimrc.bakup.`date "+%Y%m%d.%T"` cp .*vimrc ~/ vim +PluginInstall +qall + +mkdir -p ~/.vim/colors +cp ~/.vim/bundle/base16-colors/ ~/.vim/colors/