From 7b399f26d8b1bf64411d59d50d580e1b8dce00d5 Mon Sep 17 00:00:00 2001 From: moiseev-signal <122060238+moiseev-signal@users.noreply.github.com> Date: Wed, 13 May 2026 15:10:27 -0700 Subject: [PATCH] Update mac setup script --- bin/mac_setup.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/mac_setup.sh b/bin/mac_setup.sh index e2afca3a5..e2ae7442f 100755 --- a/bin/mac_setup.sh +++ b/bin/mac_setup.sh @@ -21,15 +21,14 @@ brew "rustup" brew "shellcheck" brew "swiftlint" brew "taplo" -brew "terraform" brew "yamllint" -cask "google-cloud-sdk" +cask "gcloud-cli" EOF # Install Python tools using pipx. # This keeps their dependencies isolated from other things on your system, # but is still global state for each tool. We may some day want to switch this to a venv instead. -"$(brew --prefix pipx)/bin/pipx" install mypy +"$(brew --prefix pipx)/bin/pipx" install "mypy<2.0" "$(brew --prefix pipx)/bin/pipx" install flake8 "$(brew --prefix pipx)/bin/pipx" inject flake8 \ flake8-comprehensions \