- on terminal, run: open ~/.bash_profile
- paste: export PATH=/usr/local/bin:$PATH
- source ~/.bash_profile
- run this: ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl /usr/local/bin/sublime
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
//enable HiDPI modes | |
sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool YES; | |
//revert to default | |
sudo defaults delete /Library/Preferences/com.apple.windowserver DisplayResolutionDisabled; |