diff options
-rwxr-xr-x | .osx | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -205,6 +205,10 @@ defaults write com.apple.finder OpenWindowForNewRemovableDisk -bool true /usr/libexec/PlistBuddy -c "Set :FK_StandardViewSettings:IconViewSettings:iconSize 80" ~/Library/Preferences/com.apple.finder.plist /usr/libexec/PlistBuddy -c "Set :StandardViewSettings:IconViewSettings:iconSize 80" ~/Library/Preferences/com.apple.finder.plist +# Use list view in all Finder windows by default +# Four-letter codes for the other view modes: `icnv`, `clmv`, `Flwv` +defaults write com.apple.Finder FXPreferredViewStyle -string "Nlsv" + # Disable the warning before emptying the Trash defaults write com.apple.finder WarnOnEmptyTrash -bool false |