Created
May 8, 2025 23:10
-
-
Save swarupdonepudi/b19ffc33fc66a332b41f30b32f6340a3 to your computer and use it in GitHub Desktop.
Turn on hidden files permanently on Mac OS.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
# 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