1
0
Fork 0
mirror of synced 2024-06-01 15:01:10 -04:00

Update install_awesome_vimrc.sh

Auto install ctags.
This commit is contained in:
Wrfly 2015-04-20 00:24:34 +08:00
parent 095230d65d
commit 90a3d8124d

View file

@ -12,4 +12,6 @@ source ~/.vim_runtime/my_configs.vim
catch
endtry' > ~/.vimrc
type ctags >/dev/null 2>&1 || { sudo apt-get install ctags; }
echo "Installed the Ultimate Vim configuration successfully! Enjoy :-)"