From 6b1b7c0dccec7fe155ecac2310a3fcd767d17dfd Mon Sep 17 00:00:00 2001 From: Nahuel Barrios Date: Wed, 11 May 2016 01:05:37 -0300 Subject: [PATCH] Show hidden files in Finder (OS X) - closes #50 --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 945fe3a..8b3d3e1 100644 --- a/install.sh +++ b/install.sh @@ -52,6 +52,9 @@ log "Common software installed ok" log "Loading $PLATFORM custom installation file..." if [ "$isUbuntu" ]; then . ./Ubuntu/core.sh +else + # This is to show hidden files in Finder (OS X) + defaults write com.apple.finder AppleShowAllFiles YES fi