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