fixed bugs
This commit is contained in:
parent
56fdbca23d
commit
47da918cc4
3 changed files with 2 additions and 370 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/zsh
|
||||
CPU_CORES=$(nproc --all)
|
||||
#Initializes Prezto
|
||||
git clone --recursive -j 4 https://github.com/steveokard/prezto.git "$HOME/stevset/prezto/.zprezto"
|
||||
git clone --recursive -j $CPU_CORES https://github.com/steveokard/prezto.git "$HOME/stevset/prezto/.zprezto"
|
||||
|
||||
#Remove old stuff
|
||||
echo "....Creating symlinks"
|
||||
|
@ -14,8 +15,4 @@ for rcfile in "${ZDOTDIR:-$HOME}"/stevset/prezto/.zprezto/runcoms/^README.md(.N)
|
|||
|
||||
#setup theme
|
||||
echo "remember to run p10k configure to configure the theme!"
|
||||
#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