Skip to content

Instantly share code, notes, and snippets.

@geraudmathe
Created April 19, 2014 18:04
Show Gist options
  • Save geraudmathe/11092427 to your computer and use it in GitHub Desktop.
Save geraudmathe/11092427 to your computer and use it in GitHub Desktop.
script for installing package SideBarEnhancements manually on ST2
#! /bin/sh
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
curl -LOk https://dl.dropboxusercontent.com/u/9303546/SublimeText/SideBarEnhancements.zip
tar -xvxf SideBarEnhancements.zip SideBarEnhancements
rm SideBarEnhancements.zip
@geraudmathe
Copy link
Author

run
curl https://gist.githubusercontent.com/geraudmathe/11092427/raw/914030a8b76e3a7d9ce32ec2ebaba657d974908a/sidebar-enhancements.sh | sh to execute

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