Skip to content

Instantly share code, notes, and snippets.

View alexkilgour's full-sized avatar
:octocat:

Alex Kilgour alexkilgour

:octocat:
View GitHub Profile
@alexkilgour
alexkilgour / gist:7248001
Last active December 27, 2015 01:49
My SublimeText2 Setup

Theme & Color

I use Soda Theme (dark), with Monokai.

Packages

First add Package Control. For SublimeText 2, paste the following in Terminal:

import urllib2,os; pf='Package Control.sublime-package'; ipp = sublime.installed_packages_path(); os.makedirs( ipp ) if not os.path.exists(ipp) else None; urllib2.install_opener( urllib2.build_opener( urllib2.ProxyHandler( ))); open( os.path.join( ipp, pf), 'wb' ).write( urllib2.urlopen( 'http://sublime.wbond.net/' +pf.replace( ' ','%20' )).read()); print( 'Please restart Sublime Text to finish installation')
@alexkilgour
alexkilgour / gist:4195552
Created December 3, 2012 15:05
Example Gist