aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index ef6c4eb..ec74d1b 100755
--- a/.osx
+++ b/.osx
@@ -86,6 +86,9 @@ defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
# Disable the warning when changing a file extension
defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false
+# Show item info below desktop icons
+plistbuddy -c "Set :DesktopViewSettings:IconViewSettings:showItemInfo true" ~/Library/Preferences/com.apple.finder.plist
+
# Disable the warning before emptying the Trash
defaults write com.apple.finder WarnOnEmptyTrash -bool false