Skip to content

Instantly share code, notes, and snippets.

@victor-rocha
Created July 6, 2017 04:28
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 victor-rocha/42f9da7f3afbd6726b354ef47ad7f668 to your computer and use it in GitHub Desktop.
Save victor-rocha/42f9da7f3afbd6726b354ef47ad7f668 to your computer and use it in GitHub Desktop.
Show hidden files OSX
# Show hidden files
$ defaults write com.apple.Finder AppleShowAllFiles true
$ killall Finder
# Hide hidden files
$ 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