Install Sublime Text 3 Package Control

  • Go to Preferences => Browse Packages… menu
  • Go up a folder into the Installed Packages/ directory
  • Download Control.sublime-package and copy it into the Installed Packages/ directory
  • Restart Sublime Text

Even easier:

  • Open console via ctrl+´ or the View > Show Console menu
  • Paste this nasty litte piece of python code into the console
import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())

via sublime.wbond.net

Published: November 19 2013

  • tags:
blog comments powered by Disqus