Skip to content

Instantly share code, notes, and snippets.

@github101
Created August 22, 2012 16:12
Show Gist options
  • Save github101/3427103 to your computer and use it in GitHub Desktop.
Save github101/3427103 to your computer and use it in GitHub Desktop.
Sublime Text2 设置

Control + ` # 启动输入命令行, 拷贝下面内容到命令行中,并敲回车,完成后重启Sublime Text2

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment