Skip to content

Instantly share code, notes, and snippets.

View reactormade's full-sized avatar

Reactormade reactormade

View GitHub Profile
@reactormade
reactormade / hidpi.txt
Last active October 9, 2015 15:58 — forked from simX/hidpi.txt
Enable HiDPI mode in Mountain Lion w/o Quartz Debug
//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;
@reactormade
reactormade / launch_sublime_from_terminal.markdown
Last active October 8, 2015 18:08 — forked from artero/launch_sublime_from_terminal.markdown
Launch Sublime Text 2 from the Mac OS X Terminal
  1. on terminal, run: open ~/.bash_profile
  2. paste: export PATH=/usr/local/bin:$PATH
  3. source ~/.bash_profile
  4. run this: ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl /usr/local/bin/sublime