zsh: Ignore all dependencies

This commit is contained in:
Spotlight 2023-09-09 14:58:19 -05:00
parent a3f3d9e4a6
commit a5a1dec30b
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
3 changed files with 10 additions and 8 deletions

View file

@ -13,6 +13,7 @@
dmg2img
exiftool
ffmpeg
gcc-arm-embedded
go
google-cloud-sdk
gradle
@ -45,6 +46,7 @@
wget
xz
yt-dlp
zola
];
# GPG

View file

@ -17,7 +17,7 @@ in {
# We want several options:
autocd = true;
history = {
ignoreDups = true;
ignoreAllDups = true;
ignoreSpace = true;
};
@ -43,7 +43,7 @@ in {
file = "p10k.zsh";
}
];
# We use powerlevel10k as our ZSH theme.
# By using the derivation in nixpkgs, we also get gitstatusd.
# The .p10k.zsh config is beneath.