diff --git a/init.sh b/init.sh index dfeff34..191c4da 100755 --- a/init.sh +++ b/init.sh @@ -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" ]] diff --git a/prezto.zsh b/prezto.zsh index edc5c5d..4990216 100755 --- a/prezto.zsh +++ b/prezto.zsh @@ -1,9 +1,6 @@ #!/bin/zsh #Initializes Prezto -# Clone Prezto -#git clone --recursive https://github.com/steveokard/prezto.git "${ZDOTDIR:-$HOME}/stevset/prezto/.zprezto" - #Remove old stuff rm -rf ~/.zshrc ~/.zsh ~/.zprofile diff --git a/.ssh/config b/ssh/.ssh/config similarity index 100% rename from .ssh/config rename to ssh/.ssh/config