Skip to content

Instantly share code, notes, and snippets.

View jakefentress's full-sized avatar

Jake Fentress jakefentress

View GitHub Profile
@jakefentress
jakefentress / Sublime Text Setup.md
Last active September 9, 2016 14:24 — forked from davatron5000/Sublime Text Setup.md
Preferences, color schemes, and packages for Sublime Text.

Make it useful

Install Package Control. For Sublime Text 3, paste the following in the Sublime Text console (get there via ctrl+ `):

import urllib.request,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404' + 'e330c659d4bb41d3bdf022e94cab3cd0'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)

From here on out, use Package Control to install everything. +Shift+P, then type Install to get a list of installable packages you can search through. After installing plugins, they should be running.