diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 9312dc9..dd0d270 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -82,6 +82,7 @@ in "ossp-uuid" # uuid generation library "icu4c" # unicode and globalization library "awk" + "ansible" # Compilers and build tools "gcc@14" diff --git a/users/shared/scripts/asdf.sh b/users/shared/scripts/asdf.sh index dd759a5..a34c860 100755 --- a/users/shared/scripts/asdf.sh +++ b/users/shared/scripts/asdf.sh @@ -24,6 +24,8 @@ plugins=( "k3d 5.8.1" # wrapper to run k3s in docker "k9s 0.32.7" # UI to interact with k8s clusters "krew 0.4.5" # k8s plugin manager + "kubectx 0.9.5" # k8s context switcher + "kubie 0.26.0" # more powerful k8s context switcher "kubeconform 0.7.0" # k8s schema validator "kube-linter 0.7.2" # k8s linter "kustomize 5.6.0" # k8s manifest generator