CTRL SHIFT P -> Package control : Install package
If I go here, I get an error straight away
'Package Control: There are no packages available for installation'
I suspect this might be because of my college authenticated proxy. But I've already set my system variables regarding this correctly, so stuff like URLLIB2 work well.
I also added (with the correct values)
"http_proxy": "http://id:pass@proxy:port",
"https_proxy": "http://id:pass@proxy:port",
to Package control's default settings. Still I'm getting this error. Any idea how to debug this further?
Aside from the four settings("http_proxy", "https_proxy", "proxy_username", "proxy_password") others mentioned before, there's also a "user_agent" setting that might matter.
Since the default value ("Sublime Package Control v%s") of "user_agent" isn't a browser, packets containing it might be refused by the proxy. In this case "faking" it in "Preference->Package Settings->Package Control->Settings -- User" might help:
PS. Wireshark is a good tool of checking what's the actual reason that downloading failed.