Skip to content

Instantly share code, notes, and snippets.

@donfrancisco
Created January 5, 2015 05:11
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 donfrancisco/adf164d8a9f271029ec0 to your computer and use it in GitHub Desktop.
Save donfrancisco/adf164d8a9f271029ec0 to your computer and use it in GitHub Desktop.
OSX Yosemite show hidden files and folders

Show Hidden:

defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder

and to hide them:

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