Merge branch 'opensuse' of https://github.com/steveokard/stevset into opensuse
This commit is contained in:
commit
414d3d64cb
2 changed files with 7 additions and 5 deletions
6
init.sh
6
init.sh
|
@ -3,6 +3,10 @@
|
|||
echo "installing required packages"
|
||||
bash deps.sh
|
||||
|
||||
#setup prezto
|
||||
echo "Initializing Prezto"
|
||||
zsh prezto.zsh
|
||||
|
||||
#create symlinks using stow
|
||||
echo "Stowing Configs"
|
||||
stow tmux
|
||||
|
@ -16,7 +20,7 @@ then
|
|||
fi
|
||||
chmod 0700 ~/.ssh
|
||||
chmod -R 0600 ~/.ssh/*
|
||||
cp "$HOME/stevset/mc" ~/.config/mc
|
||||
cp "$HOME/stevset/mc" "$HOME/.config/mc"
|
||||
|
||||
#setup prezto
|
||||
echo "Initializing Prezto"
|
||||
|
|
|
@ -3,10 +3,9 @@
|
|||
echo "initialize submodules and clone prezto"
|
||||
git clone --recursive https://github.com/steveokard/prezto.git "$HOME/stevset/prezto/.zprezto"
|
||||
#fix submodules once and for all
|
||||
cd $HOME/stevset/prezto/.zprezto && git submodule update --remote
|
||||
cd $HOME/stevset/prezto/.zprezto && git submodule update --remote && git submodule update
|
||||
|
||||
#Remove old stuff
|
||||
#zlogin zlogout zpreztorc zprofile zshenv zshrc
|
||||
echo "....Creating symlinks"
|
||||
rm -rf ~/.zshrc ~/.zsh ~/.zprofile ~/.zlogin ~/.zlogout ~/.zpreztorc ~/.zshenv
|
||||
|
||||
|
@ -23,8 +22,7 @@ fi
|
|||
|
||||
#extra setup for powerlevel10k theme
|
||||
echo "....configuring theme"
|
||||
rm ~/.purepower
|
||||
cd && curl -fsSLO https://raw.githubusercontent.com/romkatv/dotfiles-public/master/.purepower
|
||||
|
||||
rm $HOME/.zprezto/modules/prompt/functions/prompt_powerlevel10k_setup
|
||||
ln -s $HOME/.zprezto/modules/prompt/external/powerlevel10k/prompt_powerlevel10k_setup $HOME/.zprezto/modules/prompt/functions/prompt_powerlevel10k_setup
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue