1
0
Fork 0
mirror of synced 2024-11-13 20:58:57 -05:00
ultimate-vim/install.sh
2022-04-13 17:21:09 +08:00

12 lines
161 B
Bash

if [ -f ~/.vim_runtime ]
then
rm -rf ~/.vim_runtime
cp -r .vim_runtime ~/
else
cp -r .vim_runtime ~/
fi
cd ~/.vim_runtime
bash install_awesome_vimrc.sh