Created
December 11, 2017 16:01
-
-
Save kauffmanes/d376595c91b7138e45c8772dbee2a138 to your computer and use it in GitHub Desktop.
Show dot files on Mac
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
#!/bin/bash | |
#show . | |
defaults write com.apple.finder AppleShowAllFiles YES | |
#hide . | |
defaults write com.apple.finder AppleShowAllFiles NO | |
#hold option/alt, right-click Finder and relaunch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment