feat(homelab): add prometheus & grafana, jless fd + more zsh plugins

This commit is contained in:
2026-01-01 13:19:41 -08:00
parent 3d77a1478a
commit c5dc30dd4a
7 changed files with 110 additions and 2 deletions

View File

@@ -23,8 +23,6 @@ in
export PATH="$GOBIN:$PATH"
export PATH="$HOME/.cache/.bun/bin:$PATH"
alias cat="bat"
alias k="kubectl"
alias ka="kubectl get --all-namespaces"
''
+ "\n"
+ aliases;
@@ -32,6 +30,9 @@ in
enable = true;
plugins = [
"git"
"rust"
"kubectl"
"helm"
];
};
plugins = [