Merge branch 'doom'
This commit is contained in:
commit
4f4398c32b
8 changed files with 39 additions and 377 deletions
11
prezto.zsh
11
prezto.zsh
|
@ -2,11 +2,6 @@
|
|||
#Initializes Prezto
|
||||
echo "initialize submodules and clone prezto"
|
||||
git clone --recursive -j 4 https://github.com/steveokard/prezto.git "$HOME/stevset/prezto/.zprezto"
|
||||
#fix submodules once and for all
|
||||
#cd $HOME/stevset/prezto/.zprezto && git submodule update -j 4 --init --remote
|
||||
#&& git submodule update -j 4
|
||||
#cd ~/.zprezto/modules/prompt/external/powerlevel10k && git checkout master && git pull
|
||||
|
||||
#Remove old stuff
|
||||
echo "....Creating symlinks"
|
||||
rm -rf ~/.zshrc ~/.zsh ~/.zprofile ~/.zlogin ~/.zlogout ~/.zpreztorc ~/.zshenv
|
||||
|
@ -24,8 +19,10 @@ fi
|
|||
|
||||
#extra setup for powerlevel10k theme
|
||||
echo "....configuring theme"
|
||||
#cd && curl -fsSLO https://raw.githubusercontent.com/romkatv/dotfiles-public/master/.purepower
|
||||
ln -s $HOME/stevset/.p10k.zsh $HOME/
|
||||
|
||||
#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
|
||||
ln -s $HOME/.zprezto/modules/prompt/external/powerlevel10k/prompt_powerlevel10k_setup $HOME/.zprezto/modules/prompt/functions/prompt_powerlevel10k_setup
|
||||
|
||||
#finally, fix permissions to avoid compaudit flag
|
||||
chmod -R go-w ~/.zprezto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue