Skip to content

Instantly share code, notes, and snippets.

@xhlwill
Last active June 15, 2017 07:16
Show Gist options
  • Save xhlwill/f5921a1c78f01e67541a1e7957cf3c99 to your computer and use it in GitHub Desktop.
Save xhlwill/f5921a1c78f01e67541a1e7957cf3c99 to your computer and use it in GitHub Desktop.
Display files with names that starts with a dot (.) in Finder
defaults write com.apple.finder AppleShowAllFiles -bool true
killall Finder
# then restart finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment