Skip to content

Instantly share code, notes, and snippets.

@samgooi4189
Created November 1, 2012 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samgooi4189/3992172 to your computer and use it in GitHub Desktop.
Save samgooi4189/3992172 to your computer and use it in GitHub Desktop.
Config Finder to view hidden files
Open the Terminal application (or, I much prefer iTerm) and type the following:
defaults write com.apple.finder AppleShowAllFiles TRUE
and after hitting return, follow it up with
killall Finder
which restarts the Finder and shows all files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment