Skip to content

Instantly share code, notes, and snippets.

@kellymears
Created December 21, 2023 16:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kellymears/abc1b420404ce3cf7ee845e14eda3f07 to your computer and use it in GitHub Desktop.
Save kellymears/abc1b420404ce3cf7ee845e14eda3f07 to your computer and use it in GitHub Desktop.
# Finder: show full path in title
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true
# Finder: show all filename extensions
defaults write NSGlobalDomain AppleShowAllExtensions -bool true
# Finder: show status bar
defaults write com.apple.finder ShowStatusBar -bool true
# Finder: allow text selection in Quick Look
defaults write com.apple.finder QLEnableTextSelection -bool true
# Disable the warning when changing a file extension
defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment