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/