Skip to content

Commit

Permalink
Add some settings for the desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljsb committed Jan 31, 2024
1 parent b70bee6 commit 1f7b088
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions macos-defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ defaults write com.apple.finder FXRemoveOldTrashItems -bool true
defaults write com.apple.finder ShowPathbar -bool true
defaults write NSGlobalDomain AppleShowAllExtensions -bool true

defaults write com.apple.finder ShowExternalHardDrivesOnDesktop -bool true
defaults write com.apple.finder ShowHardDrivesOnDesktop -bool false
defaults write com.apple.finder ShowRemovableMediaOnDesktop -bool true

killall Finder


Expand Down

0 comments on commit 1f7b088

Please sign in to comment.