Skip to content

Instantly share code, notes, and snippets.

@dannycallaghan
Created January 17, 2014 10:58
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 dannycallaghan/8471620 to your computer and use it in GitHub Desktop.
Save dannycallaghan/8471620 to your computer and use it in GitHub Desktop.
Show hidden files in OSX
// Show hidden files
$ defaults write com.apple.finder AppleShowAllFiles -boolean true
$ killall Finder
// Hide hidden files
$ defaults delete com.apple.finder AppleShowAllFiles
$ killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment