mirror of
1
0
Fork 0
ultimate-vim/install_awesome_vimrc.sh

16 lines
370 B
Bash
Raw Normal View History

cd ~/.vim_runtime
echo 'set runtimepath+=~/.vim_runtime
2012-05-29 16:12:10 -04:00
source ~/.vim_runtime/vimrcs/basic.vim
source ~/.vim_runtime/vimrcs/filetypes.vim
source ~/.vim_runtime/vimrcs/plugins_config.vim
source ~/.vim_runtime/vimrcs/extended.vim
try
source ~/.vim_runtime/my_configs.vim
catch
endtry' > ~/.vimrc
2012-05-29 16:12:10 -04:00
echo "Installed the Ultimate Vim configuration successfully! Enjoy :-)"