SpaceVim it is!
This commit is contained in:
parent
fb97702c4d
commit
2507917b70
1 changed files with 6 additions and 6 deletions
12
init.sh
12
init.sh
|
@ -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 *"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue