further refinement for autosetup
This commit is contained in:
parent
f59fed3853
commit
9af91d2b35
3 changed files with 7 additions and 11 deletions
15
init.sh
15
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" ]]
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue