feat(kubernetes): Add helm package, kubectl-aliases
plugin
This commit is contained in:
parent
eb7bdc3cc6
commit
a803808fd2
1 changed files with 5 additions and 0 deletions
|
@ -25,9 +25,14 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.zsh.antidote.plugins = [
|
||||||
|
"ahmetb/kubectl-aliases kind:defer path:.kubectl_aliases"
|
||||||
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
minikube
|
minikube
|
||||||
kubectl
|
kubectl
|
||||||
|
helm
|
||||||
kubectx
|
kubectx
|
||||||
k9s
|
k9s
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue