Skip to content

Instantly share code, notes, and snippets.

@ctison
Last active May 10, 2016 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ctison/617632622523579bb543a8e9eab9e651 to your computer and use it in GitHub Desktop.
Save ctison/617632622523579bb543a8e9eab9e651 to your computer and use it in GitHub Desktop.
A configuration for Finder (OSX)
# Show the full path in title window
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true
# Add the quit menu item
defaults write com.apple.Finder QuitMenuItem -bool YES
# Show hidden files
defaults write com.apple.Finder AppleShowAllFiles TRUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment