Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vitalibondar/596569b0b8794b4b0f8f8a213feeb229 to your computer and use it in GitHub Desktop.
Save vitalibondar/596569b0b8794b4b0f8f8a213feeb229 to your computer and use it in GitHub Desktop.
Set OSX default text editor to sublime text 4 instead of TextEdit
defaults write com.apple.LaunchServices LSHandlers -array-add '{LSHandlerContentType=public.plain-text;LSHandlerRoleAll=com.sublimetext.4;}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment