Skip to content

Instantly share code, notes, and snippets.

@orianmarx
Created October 28, 2013 21:08
Show Gist options
  • Save orianmarx/7204723 to your computer and use it in GitHub Desktop.
Save orianmarx/7204723 to your computer and use it in GitHub Desktop.

Revisions

  1. orianmarx created this gist Oct 28, 2013.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    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')