From 8cef0df6441229c7270264c2ce781dbb24cb391b Mon Sep 17 00:00:00 2001 From: Gleb Khaykin Date: Thu, 7 Aug 2025 16:41:14 +0200 Subject: [PATCH 1/2] feat(homebrew): add ansible --- modules/darwin/homebrew.nix | 1 + 1 file changed, 1 insertion(+) 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" From 9e27d25c4d12e13844375be0f625f5b18a727988 Mon Sep 17 00:00:00 2001 From: Gleb Khaykin Date: Thu, 7 Aug 2025 16:41:47 +0200 Subject: [PATCH 2/2] feat(asdf): add k8s context switchers --- users/shared/scripts/asdf.sh | 2 ++ 1 file changed, 2 insertions(+) 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