aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-07-12 08:14:18 +0200
committerMathias Bynens <mathias@qiwi.be>2012-07-12 08:14:18 +0200
commitc53f22232ea2e5c891da5135837bd705f4328049 (patch)
treedb39b431c216abddf24c6c6c7d423a264d5c5980
parenta1b9a61a279d1e35e903ea8b06d9534d2d8f247a (diff)
downloaddotfiles-c53f22232ea2e5c891da5135837bd705f4328049.tar.gz
dotfiles-c53f22232ea2e5c891da5135837bd705f4328049.tar.bz2
dotfiles-c53f22232ea2e5c891da5135837bd705f4328049.zip
.osx: Show hidden files by default in Finder
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.
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
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