prezto changes
This commit is contained in:
parent
2c345f2379
commit
53efc06a17
2 changed files with 5 additions and 2 deletions
|
@ -14,7 +14,7 @@ for rcfile in "${ZDOTDIR:-$HOME}"/stevset/prezto/.zprezto/runcoms/^README.md(.N)
|
||||||
|
|
||||||
#setup theme
|
#setup theme
|
||||||
echo "remember to run p10k configure to configure the 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
|
#finally, fix permissions to avoid compaudit flag
|
||||||
chmod -R go-w ~/.zprezto
|
chmod -R go-w ~/.zprezto
|
||||||
|
|
5
udeps.sh
5
udeps.sh
|
@ -14,7 +14,10 @@ sudo apt-get -my install git \
|
||||||
curl \
|
curl \
|
||||||
aptitude \
|
aptitude \
|
||||||
nnn \
|
nnn \
|
||||||
ack
|
ack \
|
||||||
|
fzf \
|
||||||
|
ripgrep \
|
||||||
|
fd-find
|
||||||
|
|
||||||
read -n1 -p $'Does this system need ssh access?\n' REPLY
|
read -n1 -p $'Does this system need ssh access?\n' REPLY
|
||||||
if [[ $REPLY == [Yy] ]]; then
|
if [[ $REPLY == [Yy] ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue