Skip to content

Instantly share code, notes, and snippets.

@Usse
Created November 7, 2012 14:58
Show Gist options
  • Save Usse/4032076 to your computer and use it in GitHub Desktop.
Save Usse/4032076 to your computer and use it in GitHub Desktop.
Set hidden files visible (Mac OSX)
// Visibles
defaults write com.apple.Finder AppleShowAllFiles YES
KillAll Finder
// Hidden
defaults write com.apple.Finder AppleShowAllFiles NO
KillAll Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment