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"
|
echo "installing required packages"
|
||||||
./deps.sh
|
./deps.sh
|
||||||
|
|
||||||
#setup prezto
|
|
||||||
zsh prezto.zsh
|
|
||||||
|
|
||||||
#create symlinks using stow
|
#create symlinks using stow
|
||||||
echo "Stowing Configs"
|
echo "Stowing Configs"
|
||||||
stow tmux
|
stow tmux
|
||||||
#stow vim
|
|
||||||
stow emacs
|
stow emacs
|
||||||
stow bash
|
|
||||||
stow prezto
|
stow prezto
|
||||||
ln -s /home/`whoami`/stevset/mc ~/.config/mc
|
stow ssh
|
||||||
ln -s .ssh/config ~/.ssh/config
|
|
||||||
chmod -R 0600 ~/.ssh/*
|
chmod -R 0600 ~/.ssh/*
|
||||||
|
ln -s /home/`whoami`/stevset/mc ~/.config/mc
|
||||||
|
|
||||||
|
#setup prezto
|
||||||
|
echo "Initializing Prezto"
|
||||||
|
zsh prezto.zsh
|
||||||
|
|
||||||
#set new shell
|
#set new shell
|
||||||
echo "set new shell to zsh"
|
echo "set new shell to zsh"
|
||||||
|
@ -28,7 +27,7 @@ fi
|
||||||
echo "Installing Space VIM!"
|
echo "Installing Space VIM!"
|
||||||
mv "$HOME/.vim" "$HOME/.vim_bk"
|
mv "$HOME/.vim" "$HOME/.vim_bk"
|
||||||
mv "$HOME/.vimrc" "$HOME/.vimrc_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
|
Install fonts
|
||||||
if [[ -n "$SSH_CLIENT" ]]
|
if [[ -n "$SSH_CLIENT" ]]
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
#Initializes Prezto
|
#Initializes Prezto
|
||||||
|
|
||||||
# Clone Prezto
|
|
||||||
#git clone --recursive https://github.com/steveokard/prezto.git "${ZDOTDIR:-$HOME}/stevset/prezto/.zprezto"
|
|
||||||
|
|
||||||
#Remove old stuff
|
#Remove old stuff
|
||||||
rm -rf ~/.zshrc ~/.zsh ~/.zprofile
|
rm -rf ~/.zshrc ~/.zsh ~/.zprofile
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue