Skip to content

Instantly share code, notes, and snippets.

@tpitale
Created June 11, 2014 03:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tpitale/93428db182dd44ec52e5 to your computer and use it in GitHub Desktop.
Save tpitale/93428db182dd44ec52e5 to your computer and use it in GitHub Desktop.
SideBarEnhancement for ST2
import os; path=sublime.packages_path(); (os.makedirs(path) if not os.path.exists(path) else None); window.run_command('exec', {'cmd': ['git', 'clone', 'https://github.com/titoBouzout/SideBarEnhancements', 'SideBarEnhancements'], 'working_dir': path})
import os; path=sublime.packages_path(); window.run_command('exec', {'cmd': ['git', 'checkout', '37429739a0452a2dc36343fb7875ba7fcbeb88a9'], 'working_dir': os.path.join(path, 'SideBarEnhancements')})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment