diff --git a/setup.sh b/setup.sh index 02a77e7..58c82a7 100644 --- a/setup.sh +++ b/setup.sh @@ -22,9 +22,6 @@ fi exe_cmd "ln -sf $root_dir/files/vimfiles $vim_alias_dir" exe_cmd "ln -sf $root_dir/files/_vimrc $vim_rc" -exe_cmd 'git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim' -exe_cmd 'vim +PluginInstall +qall' - if type "brew" > /dev/null 2>&1; then exe_cmd "brew install ctags" elif type "yum" > /dev/null 2>&1; then @@ -32,3 +29,7 @@ elif type "yum" > /dev/null 2>&1; then elif type "apt-get" > /dev/null 2>&1; then exe_cmd "sudo apt-get install exuberant-ctags" fi + +exe_cmd 'git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim' +exe_cmd 'vim +PluginInstall +qall' +