From 6a3935454ddd1ee1b0bcd7998086601ba298ae02 Mon Sep 17 00:00:00 2001 From: Badstagram Date: Tue, 6 Jan 2026 17:29:31 +0000 Subject: [PATCH] fix(macos): install wget --- .chezmoiscripts/run_onchange_macos_setup.sh.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.chezmoiscripts/run_onchange_macos_setup.sh.tmpl b/.chezmoiscripts/run_onchange_macos_setup.sh.tmpl index 173de82..0815b16 100644 --- a/.chezmoiscripts/run_onchange_macos_setup.sh.tmpl +++ b/.chezmoiscripts/run_onchange_macos_setup.sh.tmpl @@ -8,6 +8,8 @@ then eval "$(/opt/homebrew/bin/brew shellenv)" fi +brew install wget + defaults write NSGlobalDomain _HIHideMenuBar -bool TRUE # Auto hide menu bar defaults write NSGlobalDomain NSAutomaticCapitalizationEnabled -bool FALSE defaults write NSGlobalDomain NSAutomaticPeriodSubstitutionEnabled -bool FALSE