Skip to content

Instantly share code, notes, and snippets.

@stevekm
Created January 6, 2017 21:56
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 stevekm/38d03075838f18bb5699599d79a9c7e7 to your computer and use it in GitHub Desktop.
Save stevekm/38d03075838f18bb5699599d79a9c7e7 to your computer and use it in GitHub Desktop.
Show hidden files in OS X macOS Finder using Terminal command to change settings
$ defaults write com.apple.finder AppleShowAllFiles YES
$ killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment