diff --git a/prezto.zsh b/prezto.zsh index 45c332f..a539428 100755 --- a/prezto.zsh +++ b/prezto.zsh @@ -14,7 +14,7 @@ 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 +#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 diff --git a/udeps.sh b/udeps.sh index ff8f5be..c6d3a0d 100755 --- a/udeps.sh +++ b/udeps.sh @@ -14,7 +14,10 @@ sudo apt-get -my install git \ curl \ aptitude \ nnn \ - ack + ack \ + fzf \ + ripgrep \ + fd-find read -n1 -p $'Does this system need ssh access?\n' REPLY if [[ $REPLY == [Yy] ]]; then