Skip to content

Instantly share code, notes, and snippets.

@brandonc
Last active December 19, 2015 13:29
Show Gist options
  • Save brandonc/5962286 to your computer and use it in GitHub Desktop.
Save brandonc/5962286 to your computer and use it in GitHub Desktop.
Sublime Text 2 Setup

Open the Console: ^`

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')

command-shift-p: Install

  • theme - soda
  • emmet
  • dotfiles syntax
  • gitgutter
  • autofilename
  • sidebarenhancements
  • jquery
  • sublimelinter
  • tag

To enable theme, edit Preferences > Settings - User

Add key: { "theme": "Soda Dark.sublime-theme" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment