Skip to content

Instantly share code, notes, and snippets.

@delputnam
Created December 4, 2015 21:28
Show Gist options
  • Save delputnam/6c88a99fb408b0c67b70 to your computer and use it in GitHub Desktop.
Save delputnam/6c88a99fb408b0c67b70 to your computer and use it in GitHub Desktop.
Show/Hide files in OS X Finder
# Show all files
defaults write com.apple.finder AppleShowAllFiles YES
# Don't show hidden files
defaults write com.apple.finder AppleShowAllFiles NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment