Skip to content

Instantly share code, notes, and snippets.

@quimic-gist
Created December 11, 2014 09:54
Show Gist options
  • Save quimic-gist/cb77aa35f0cba33f5738 to your computer and use it in GitHub Desktop.
Save quimic-gist/cb77aa35f0cba33f5738 to your computer and use it in GitHub Desktop.
OSX: Show / hide hidden files
#Show:
defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder
#Hide:
defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment