aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
Diffstat (limited to '.osx')
-rwxr-xr-x.osx7
1 files changed, 7 insertions, 0 deletions
diff --git a/.osx b/.osx
index c2dc242..23d6f04 100755
--- a/.osx
+++ b/.osx
@@ -319,6 +319,13 @@ chflags nohidden ~/Library
file=/Applications/Dropbox.app/Contents/Resources/emblem-dropbox-uptodate.icns
[ -e "${file}" ] && mv -f "${file}" "${file}.bak"
+# Expand the following File Info panes:
+# “General”, “Open with”, and “Sharing & Permissions”
+defaults write com.apple.finder FXInfoPanesExpanded -dict \
+ General -bool true \
+ OpenWith -bool true \
+ Privileges -bool true
+
###############################################################################
# Dock, Dashboard, and hot corners #
###############################################################################