Skip to content

Commit

Permalink
Merge pull request #61 from barriosnahuel/hotfix/hidden-files
Browse files Browse the repository at this point in the history
Show hidden files in Finder (OS X)
  • Loading branch information
barriosnahuel committed May 11, 2016
2 parents 3ab945a + 6b1b7c0 commit 04804d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 04804d8

Please sign in to comment.