From 53efc06a1795980665e436e88cdd507d58fe4f5a Mon Sep 17 00:00:00 2001 From: steveokard Date: Thu, 3 Jun 2021 01:06:19 -0400 Subject: [PATCH] prezto changes --- prezto.zsh | 2 +- udeps.sh | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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