From 0fbde15f3e6a750168692a4ebc33d196c93a1216 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 24 Dec 2025 10:28:00 +0000 Subject: [PATCH] [macos] Add shellcheck --- macos/.config/homebrew/Brewfile | 1 + 1 file changed, 1 insertion(+) diff --git a/macos/.config/homebrew/Brewfile b/macos/.config/homebrew/Brewfile index 48ab314..73381eb 100644 --- a/macos/.config/homebrew/Brewfile +++ b/macos/.config/homebrew/Brewfile @@ -27,6 +27,7 @@ brew "packer" brew "poetry" brew "python@3.14" brew "sass/sass/sass" +brew "shellcheck" brew "smartmontools" brew "terraform-docs" brew "terraform-local"