Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save swarupdonepudi/b19ffc33fc66a332b41f30b32f6340a3 to your computer and use it in GitHub Desktop.
Save swarupdonepudi/b19ffc33fc66a332b41f30b32f6340a3 to your computer and use it in GitHub Desktop.
Turn on hidden files permanently on Mac OS.
```
# make dot-files visible in all Open/Save panels system-wide
defaults write -g AppleShowAllFiles -bool true
# quit and reopen any app whose dialogs should respect the new setting
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment