Skip to content

Instantly share code, notes, and snippets.

@Abhinav1217
Last active October 31, 2025 15:09
Show Gist options
  • Select an option

  • Save Abhinav1217/551b08792062e24713e1c5fbac451300 to your computer and use it in GitHub Desktop.

Select an option

Save Abhinav1217/551b08792062e24713e1c5fbac451300 to your computer and use it in GitHub Desktop.
Mac OS Tricks

--- some tricks for macos

To exit Finder using cmd+Q use this command

defaults write com.apple.finder QuitMenuItem -bool YES && killall Finder

This won't remove it from dock though.

To Revert

defaults write com.apple.finder QuitMenuItem -bool NO && killall Finder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment