Skip to content

Instantly share code, notes, and snippets.

@gyuwon
Created December 3, 2013 11:29
Show Gist options
  • Save gyuwon/7767695 to your computer and use it in GitHub Desktop.
Save gyuwon/7767695 to your computer and use it in GitHub Desktop.
# Show hidden files in Finder
defaults write com.apple.finder AppleShowAllFiles -boolean true
# The reverse
defaults delete com.apple.finder AppleShowAllFiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment