Skip to content

Instantly share code, notes, and snippets.

@lukehedger
Created January 6, 2014 15:35
Show Gist options
  • Save lukehedger/8284512 to your computer and use it in GitHub Desktop.
Save lukehedger/8284512 to your computer and use it in GitHub Desktop.
Show hidden files on Mac OSX
# show
$ defaults write com.apple.finder AppleShowAllFiles TRUE
$ killall Finder
# hide
$ defaults write com.apple.finder AppleShowAllFiles FALSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment