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')
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())
sudo ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /bin/subl
-
Gist
-
Nodejs
-
DocBlockr
-
JSformat
-
sublimelinter
{ "sublimelinter_delay": 0.5, "sublimelinter_gutter_marks_theme": "bright", "sublimelinter_popup_errors_on_save": true }
-
JSHint Gutter
{
}
-
SideBar Enhancements
-
SFTP/FTP
"remote_path": "/home/1080/work/intl-esite/deploy/",
Soda
{
"theme": "Soda Dark.sublime-theme"
}
font
{
"font_face": "consolas"
// "font_face": "Monaco"
}