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

8 lines
206 B
Bash
Raw Normal View History

#!/bin/sh
set -e
cd ~/.vim_runtime
cat ~/.vim_runtime/vimrcs/basic.vim > ~/.vimrc
2022-06-22 09:31:22 -04:00
python update_plugins.py || python3 update_plugins.py
echo "Installed the Basic Vim configuration successfully! Enjoy :-)"