Skip to content

Instantly share code, notes, and snippets.

@frankramosdev
Created January 5, 2015 05:11
Show Gist options
  • Save frankramosdev/adf164d8a9f271029ec0 to your computer and use it in GitHub Desktop.
Save frankramosdev/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