aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-12-18 12:31:18 +0100
committerMathias Bynens <mathias@qiwi.be>2013-12-18 12:31:18 +0100
commitbcef5e2d969b706139803f607b421903431917c7 (patch)
treee8727139bf183bda54b3983376704f55e033689d /.osx
parent3d4878f1505657c3fb46d1ba6dec5e7820342995 (diff)
downloaddotfiles-bcef5e2d969b706139803f607b421903431917c7.tar.gz
dotfiles-bcef5e2d969b706139803f607b421903431917c7.tar.bz2
dotfiles-bcef5e2d969b706139803f607b421903431917c7.zip
.osx: Add Finder ‘Get Info’ settings
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 #
###############################################################################