Skip to content

Instantly share code, notes, and snippets.

@ThomasLarge
Created November 8, 2017 08:33
Show Gist options
  • Save ThomasLarge/6da349cc95f258dd3770ef4782aaf44b to your computer and use it in GitHub Desktop.
Save ThomasLarge/6da349cc95f258dd3770ef4782aaf44b to your computer and use it in GitHub Desktop.
Show / Hide hidden files mac
# hides the files
defaults write com.apple.finder AppleShowAllFiles NO
# Shows the files
defaults write com.apple.finder AppleShowAllFiles YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment