From b2e17f49e5522c120d5218741d87e1e774be568f Mon Sep 17 00:00:00 2001 From: Badstagram Date: Tue, 6 Jan 2026 16:43:12 +0000 Subject: [PATCH] fix(macos): fix defaults domain --- .chezmoiscripts/run_once_macos_setup.sh.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.chezmoiscripts/run_once_macos_setup.sh.tmpl b/.chezmoiscripts/run_once_macos_setup.sh.tmpl index 5ec573b..1ea7b5b 100644 --- a/.chezmoiscripts/run_once_macos_setup.sh.tmpl +++ b/.chezmoiscripts/run_once_macos_setup.sh.tmpl @@ -2,10 +2,10 @@ #!/bin/zsh defaults write NSGlobalDomain _HIHideMenuBar -bool TRUE # Auto hide menu bar -defaults write NSGLobalDomain NSAutomaticCapitalizationEnabled -bool FALSE -defaults write NSGLobalDomain NSAutomaticPeriodSubstitutionEnabled -bool FALSE +defaults write NSGlobalDomain NSAutomaticCapitalizationEnabled -bool FALSE +defaults write NSGlobalDomain NSAutomaticPeriodSubstitutionEnabled -bool FALSE defaults write NSGlobalDomain AppleInterfaceStyleSwitchesAutomatically -bool TRUE -defaults delete NSGLobalDomain AppleInterfaceStyle +defaults delete NSGlobalDomain AppleInterfaceStyle # Dock defaults write com.apple.dock autohide -bool TRUE # Enable auto hide dock