Install zsh and extensions; move custom .zshrc installation to applications

This commit is contained in:
2025-10-01 20:07:20 -04:00
parent a6f11aa447
commit 01a0118da3
6 changed files with 93 additions and 92 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ func removals() {
target = "linux-cachyos-lts"
}
if !doAll {
managePackage("-Rcns", target)
managePackages("-Rcns", []string{target})
}
}
}