Skip to content

Commit

Permalink
updated mac_settings.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Feb 16, 2024
1 parent 274a6a1 commit 5ced20f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup/mac_settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ osascript -e 'tell app "System Events" to tell appearance preferences to set dar
# before dropping in to the new config to explore the full settings paths

# "Apple Global Domain" === NSGlobalDomain
defaults write NSGlobalDomain AppleActionOnDoubleClick Maximize
defaults write NSGlobalDomain AppleInterfaceStyle -string Dark
defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool true
defaults write NSGlobalDomain AppleSpacesSwitchOnActivate 1
Expand Down Expand Up @@ -288,6 +289,8 @@ defaults write com.apple.dock no-bouncing -bool true
# don't minimize to applications, it's more obvious when they're on the far right
defaults write com.apple.dock minimize-to-application -bool false

defaults write com.apple.dock mineffect scale # faster than 'genie'

# don't leave closed apps in the dock
defaults write com.apple.dock show-recents -bool no
defaults write com.apple.dock recent-apps -array # intentionally empty
Expand Down

0 comments on commit 5ced20f

Please sign in to comment.