From 45f95422efb2e68fd17620e64e4b10ed1c15144a Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 18 Mar 2025 00:14:13 +0200 Subject: [PATCH] fix(scripts): macos defaults now supports Terminal --- scripts/install-macos-defaults.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/install-macos-defaults.sh b/scripts/install-macos-defaults.sh index bb48eaf..ae5cdf1 100755 --- a/scripts/install-macos-defaults.sh +++ b/scripts/install-macos-defaults.sh @@ -41,9 +41,6 @@ msgr nested "Setting General UI/UX settings" # Disable the sound effects on boot sudo nvram SystemAudioVolume=" " -# Menu bar: disable transparency -#defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false - # Set sidebar icon size to small defaults write NSGlobalDomain NSTableViewDefaultSizeMode -int 1 @@ -339,8 +336,7 @@ msgr nested "Restarting applications to apply changes" ############################################################################### for app in "Activity Monitor" "Address Book" "Calendar" "Contacts" "cfprefsd" \ - "Dock" "Finder" "Mail" "Messages" "Safari" "SizeUp" "SystemUIServer" \ - "Terminal" "Transmission" "iCal"; do + "Dock" "Finder" "Mail" "Messages" "Safari" "SizeUp" "SystemUIServer"; do killall "${app}" > /dev/null 2>&1 done