2017-04-01 07:38:55 -04:00
|
|
|
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
|
2012-05-29 16:33:20 -04:00
|
|
|
cd ~/.vim_runtime
|
|
|
|
cat ~/.vim_runtime/vimrcs/basic.vim > ~/.vimrc
|
2022-11-20 09:24:47 -05:00
|
|
|
python update_plugins.py || python3 update_plugins.py
|
2012-05-29 16:33:20 -04:00
|
|
|
echo "Installed the Basic Vim configuration successfully! Enjoy :-)"
|