aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-24 10:48:58 +0300
committerMathias Bynens <mathias@qiwi.be>2011-09-24 10:48:58 +0300
commit9bb2dcef32eaf7670ab2b4ed8aa5c5b9f31a94b5 (patch)
tree11b5f21de01d5a88fe8fb22af5c9f129f5a8d21a /.osx
parent56e6431652be58869b1bc0b1060bac14a0a32e95 (diff)
downloaddotfiles-9bb2dcef32eaf7670ab2b4ed8aa5c5b9f31a94b5.tar.gz
dotfiles-9bb2dcef32eaf7670ab2b4ed8aa5c5b9f31a94b5.tar.bz2
dotfiles-9bb2dcef32eaf7670ab2b4ed8aa5c5b9f31a94b5.zip
Show item info below desktop icons.
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