Skip to content

Instantly share code, notes, and snippets.

@thathollywood
Created January 21, 2015 11:31
Show Gist options
  • Save thathollywood/09a75cfdd128408505e6 to your computer and use it in GitHub Desktop.
Save thathollywood/09a75cfdd128408505e6 to your computer and use it in GitHub Desktop.
OSX – Show / Hide Hidden Files in Finder
Show:
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
Hide:
defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment