Easy to remember, easy to forget.
It's nice to be able to run subl
in a terminal.
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/sublime
Hit Ctrl+` to open the terminal and execute the python code below:
import urllib.request,os,hashlib; h = '2915d1851351e5ee549c20394736b442' + '8bc59f460fa1548d1514676163dafc88'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)
- Cmd+P
- Install Package
TypeScript
- Restart
- Preferences > Settings > Syntax Specific (User)
{
"tab_size": 2,
"translate_tabs_to_spaces": true
}
step 3 brings the following error,am using ubuntu 19.04
