Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/darwin/homebrew.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ in
"ossp-uuid" # uuid generation library
"icu4c" # unicode and globalization library
"awk"
"ansible"

# Compilers and build tools
"gcc@14"
Expand Down
2 changes: 2 additions & 0 deletions users/shared/scripts/asdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down