mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
13 lines
161 B
Bash
13 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
|
|
|
|
|