Created
May 19, 2017 01:00
-
-
Save moosh3/c5ff63207a01713dceae4eb9f30b4d7d to your computer and use it in GitHub Desktop.
sensible defaults for OS X through terminal commands
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
# show hidden files | |
defaults write com.apple.finder AppleShowAllFiles YES | |
# show path bar | |
defaults write com.apple.finder ShowPathbar -bool true | |
# show status bar | |
defaults write com.apple.finder ShowStatusBar -bool true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment