Skip to content

Instantly share code, notes, and snippets.

@frenchbread
Created January 17, 2017 01:36
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 frenchbread/b9a9cddd1b58c31479412e4eef17f7f8 to your computer and use it in GitHub Desktop.
Save frenchbread/b9a9cddd1b58c31479412e4eef17f7f8 to your computer and use it in GitHub Desktop.
Show/hide hidden files on mac

Show/hide hidden files on mac

$ defaults write com.apple.finder AppleShowAllFiles YES

or

$ defaults write com.apple.finder AppleShowAllFiles NO

Then hold the 'Option/alt' key, then right click on the Finder icon in the dock and click Relaunch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment