Skip to content

Commit

Permalink
Improve DS_Storesconfiguration settings and more in macos.sh script
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Garcia Rodriguez <[email protected]>
  • Loading branch information
BreakingPitt committed Oct 5, 2023
1 parent 6bb74aa commit 820ad3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ defaults write com.apple.ActivityMonitor ShowCategory -int 0

# Activity Monitor - Sort Activity Monitor results by CPU usage.
defaults write com.apple.ActivityMonitor SortColumn -string "CPUUsage"

# Activity Monitor - Sort Activity Monitor results in desc order.
defaults write com.apple.ActivityMonitor SortDirection -int 0

# General - Automatically quit printer app once the print jobs complete.
Expand All @@ -24,6 +26,9 @@ defaults write com.apple.print.PrintingPrefs "Quit When Finished" -bool true
# General - Avoid creating .DS_Store files on network volumes.
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true

# General - Avoid creating .DS_Store files on USB volumes.
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true

# Dock - Disable Dock magnification
defaults write com.apple.dock magnification -bool false

Expand Down

0 comments on commit 820ad3d

Please sign in to comment.