Skip to content

Instantly share code, notes, and snippets.

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