Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@insane-dev
Last active April 13, 2023 12:28
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 insane-dev/c3d4f2a152431d222fdc486bd292b658 to your computer and use it in GitHub Desktop.
Save insane-dev/c3d4f2a152431d222fdc486bd292b658 to your computer and use it in GitHub Desktop.
Replace Text Edit with Sublime Text 4 (MacOS)
defaults write com.apple.LaunchServices/com.apple.launchservices.secure LSHandlers -array-add '{LSHandlerContentType=public.plain-text;LSHandlerRoleAll=com.sublimetext.4;}'
defaults write com.apple.LaunchServices/com.apple.launchservices.secure LSHandlers -array-add '{LSHandlerContentType=public.data;LSHandlerRoleAll=com.sublimetext.4;}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment