Skip to content

Instantly share code, notes, and snippets.

@moosh3
Created May 19, 2017 01:00
Show Gist options
  • Save moosh3/c5ff63207a01713dceae4eb9f30b4d7d to your computer and use it in GitHub Desktop.
Save moosh3/c5ff63207a01713dceae4eb9f30b4d7d to your computer and use it in GitHub Desktop.
sensible defaults for OS X through terminal commands
# 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