Skip to content

Instantly share code, notes, and snippets.

@kevinkarwaski
Created May 10, 2019 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinkarwaski/084279894cdb60de21038b0559f1a115 to your computer and use it in GitHub Desktop.
Save kevinkarwaski/084279894cdb60de21038b0559f1a115 to your computer and use it in GitHub Desktop.
Control dot/hidden file visibility in OSX from the command line
# Show dot/hidden files in the OXS Finder
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
# Hide dot/hidden files in the OXS Finder
defaults write com.apple.finder AppleShowAllFiles False
killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment