Last active
April 13, 2023 12:28
-
-
Save insane-dev/c3d4f2a152431d222fdc486bd292b658 to your computer and use it in GitHub Desktop.
Replace Text Edit with Sublime Text 4 (MacOS)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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