further refinement for autosetup

This commit is contained in:
Stefen Auris 2019-02-14 11:48:50 -05:00
parent f59fed3853
commit 9af91d2b35
3 changed files with 7 additions and 11 deletions

15
init.sh
View file

@ -3,19 +3,18 @@
echo "installing required packages"
./deps.sh
#setup prezto
zsh prezto.zsh
#create symlinks using stow
echo "Stowing Configs"
stow tmux
#stow vim
stow emacs
stow bash
stow prezto
ln -s /home/`whoami`/stevset/mc ~/.config/mc
ln -s .ssh/config ~/.ssh/config
stow ssh
chmod -R 0600 ~/.ssh/*
ln -s /home/`whoami`/stevset/mc ~/.config/mc
#setup prezto
echo "Initializing Prezto"
zsh prezto.zsh
#set new shell
echo "set new shell to zsh"
@ -28,7 +27,7 @@ fi
echo "Installing Space VIM!"
mv "$HOME/.vim" "$HOME/.vim_bk"
mv "$HOME/.vimrc" "$HOME/.vimrc_bk"
bash <(curl -fsSL https://raw.githubusercontent.com/liuchengxu/space-vim/master/install.sh)
zsh <(curl -fsSL https://raw.githubusercontent.com/liuchengxu/space-vim/master/install.sh)
Install fonts
if [[ -n "$SSH_CLIENT" ]]