Skip to content

Commit

Permalink
adjust instaillation order
Browse files Browse the repository at this point in the history
  • Loading branch information
liaohuqiu committed Jun 14, 2016
1 parent 2ff4a81 commit 6cbdbc7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ 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
exe_cmd "sudo yum install -y ctags"
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'

0 comments on commit 6cbdbc7

Please sign in to comment.