Skip to content

Instantly share code, notes, and snippets.

@crmaxx
Last active January 7, 2017 10:14
Show Gist options
  • Save crmaxx/0891e245e7baaeafd79005141c54f82d to your computer and use it in GitHub Desktop.
Save crmaxx/0891e245e7baaeafd79005141c54f82d to your computer and use it in GitHub Desktop.
# stop iTunes from auto-playing after import
defaults write com.apple.iTunes play-songs-while-importing -bool FALSE
# sublime text 3 as default editor
defaults write com.apple.LaunchServices/com.apple.launchservices.secure LSHandlers -array-add \
'{LSHandlerContentType=public.plain-text;LSHandlerRoleAll=com.sublimetext.3;}'
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment