From 32cadda6b104172d5f5310048241166b8a1b056f Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 3 Jan 2025 16:36:09 +0000 Subject: [PATCH] [macos] Update Brewfile --- macos/.config/Brewfile | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/macos/.config/Brewfile b/macos/.config/Brewfile index 369c94e..dfbf1a0 100644 --- a/macos/.config/Brewfile +++ b/macos/.config/Brewfile @@ -1,15 +1,18 @@ -brew "go" +tap "dart-lang/dart" +tap "fluxcd/tap" +tap "go-task/tap" +tap "homebrew/bundle" +tap "sass/sass" -# K8s related +brew "go" +brew "hugo" brew "kubernetes-cli" brew "kubeseal" +brew "smartmontools" brew "fluxcd/tap/flux" - -# Hugo -brew "hugo" +brew "go-task/tap/go-task" brew "sass/sass/sass" -# Other apps cask "ghostty" cask "itsycal" cask "rectangle"