Skip to content

Instantly share code, notes, and snippets.

@jetpks
Created May 22, 2012 20:20
Show Gist options
  • Save jetpks/2771380 to your computer and use it in GitHub Desktop.
Save jetpks/2771380 to your computer and use it in GitHub Desktop.
echo "Show all filename extensions in Finder"
defaults write NSGlobalDomain AppleShowAllExtensions -bool true
echo "Use current directory as default search scope in Finder"
defaults write com.apple.finder FXDefaultSearchScope -string "SCcf"
echo "Show Path bar in Finder"
defaults write com.apple.finder ShowPathbar -bool true
echo "Show Status bar in Finder"
defaults write com.apple.finder ShowStatusBar -bool true
echo "Reset Finder."
sudo killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment