Merge branch 'master' of github.com:/steveokard/stevset
This commit is contained in:
commit
5119ab608d
1 changed files with 7 additions and 5 deletions
12
init.sh
12
init.sh
|
@ -26,15 +26,17 @@ fi
|
||||||
|
|
||||||
#install spacevim
|
#install spacevim
|
||||||
echo "Installing Space VIM!"
|
echo "Installing Space VIM!"
|
||||||
mv "$HOME/.vim" "$HOME/.vim_bk"
|
if [ ! -d ~/.space-vim ]
|
||||||
mv "$HOME/.vimrc" "$HOME/.vimrc_bk"
|
then
|
||||||
curl -sLf https://spacevim.org/install.sh | bash
|
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
|
#init spacemacs in the background
|
||||||
|
echo "Installing Spacemacs!"
|
||||||
if [ ! -d ~/.emacs.d ]
|
if [ ! -d ~/.emacs.d ]
|
||||||
then
|
then
|
||||||
echo "installing spacemacs"
|
|
||||||
./spacemacs.zsh
|
./spacemacs.zsh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue