Skip to content

Instantly share code, notes, and snippets.

@waloriju
Last active December 19, 2015 09:18
Show Gist options
  • Save waloriju/5931673 to your computer and use it in GitHub Desktop.
Save waloriju/5931673 to your computer and use it in GitHub Desktop.
Packages instaladas no sublime-text
Sublime Package Control
-----------------------------------------
http://wbond.net/sublime_packages/package_control/installation
05/07/2013 ->
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')
-----------------------------------------
AdvancedNewFile
BracketHighlighter
DocBlockr
Emmet
Emmet Css Snippets
ERB Insert and Toggle Commands
Git
Prefixr
RailsCasts Colour Scheme
RubyTest
Sass
SideBarEnhancements
SideBarGit
Simple Rails Navigator
sublimelint
Theme - Soda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment