From c53f22232ea2e5c891da5135837bd705f4328049 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 12 Jul 2012 08:14:18 +0200 Subject: .osx: Show hidden files by default in Finder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’ve had the `show` and `hide` aliases for ages, but since I use `show` as the default setting, it makes sense to include it in `.osx` as well. --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index 64a45bc..b564367 100755 --- a/.osx +++ b/.osx @@ -117,6 +117,9 @@ defaults write com.apple.finder QuitMenuItem -bool true # Finder: disable window animations and Get Info animations defaults write com.apple.finder DisableAllAnimations -bool true +# Finder: show hidden files by default +defaults write com.apple.Finder AppleShowAllFiles -bool true + # Finder: show all filename extensions defaults write NSGlobalDomain AppleShowAllExtensions -bool true -- cgit v1.2.3