mirror of
1
0
Fork 0

Add update_plugins.py step to install shell scripts

This commit is contained in:
Wu Tingfeng 2022-10-16 03:46:52 +08:00
parent 21cf0e4fc4
commit 1bc7e8ee17
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ set -e
echo 'Installing Awesome Vim from '$1
cd $1
python update_plugins.py || python3 update_plugins.py
VIMRC="\" DO NOT EDIT THIS FILE
\" Add your own customizations in $1/my_configs.vim

View File

@ -17,4 +17,5 @@ try
catch
endtry' > ~/.vimrc
python update_plugins.py || python3 update_plugins.py
echo "Installed the Ultimate Vim configuration successfully! Enjoy :-)"

View File

@ -3,4 +3,5 @@ set -e
cd ~/.vim_runtime
cat ~/.vim_runtime/vimrcs/basic.vim > ~/.vimrc
python update_plugins.py || python3 update_plugins.py
echo "Installed the Basic Vim configuration successfully! Enjoy :-)"