Last active
January 7, 2017 10:14
-
-
Save crmaxx/0891e245e7baaeafd79005141c54f82d to your computer and use it in GitHub Desktop.
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
| # 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