SpaceVim it is!

This commit is contained in:
Stefen Auris 2019-02-16 15:01:01 -05:00 committed by GitHub
parent fb97702c4d
commit 2507917b70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
init.sh
View file

@ -28,7 +28,7 @@ fi
echo "Installing Space VIM!"
mv "$HOME/.vim" "$HOME/.vim_bk"
mv "$HOME/.vimrc" "$HOME/.vimrc_bk"
zsh <(curl -fsSL https://raw.githubusercontent.com/liuchengxu/space-vim/master/install.sh)
curl -sLf https://spacevim.org/install.sh | zsh
Install fonts
if [[ -n "$SSH_CLIENT" ]]
@ -40,11 +40,11 @@ else
fi
#init spacemacs in the background
#if [ ! -d ~/.emacs.d ]
#then
# echo "installing spacemacs"
# ./spacemacs.zsh
#fi
if [ ! -d ~/.emacs.d ]
then
echo "installing spacemacs"
./spacemacs.zsh
fi
echo "*******************************"
echo "* Restart your terminal *"