From bcef5e2d969b706139803f607b421903431917c7 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 18 Dec 2013 12:31:18 +0100 Subject: =?UTF-8?q?.osx:=20Add=20Finder=20=E2=80=98Get=20Info=E2=80=99=20s?= =?UTF-8?q?ettings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .osx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.osx') 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 # ############################################################################### -- cgit v1.2.3