Merge branch 'master' of github.com:/steveokard/stevset

This commit is contained in:
Stefen Auris 2019-03-26 22:05:33 -04:00
commit 5119ab608d

View file

@ -26,15 +26,17 @@ fi
#install spacevim
echo "Installing Space VIM!"
if [ ! -d ~/.space-vim ]
then
mv "$HOME/.vim" "$HOME/.vim_bk"
mv "$HOME/.vimrc" "$HOME/.vimrc_bk"
curl -sLf https://spacevim.org/install.sh | bash
fi
#init spacemacs in the background
echo "Installing Spacemacs!"
if [ ! -d ~/.emacs.d ]
then
echo "installing spacemacs"
./spacemacs.zsh
fi