The script has no dependencies and should work with the system Ruby on Linux and Mac, so just clone and link:
git clone https://github.com/leonid-shevtsov/sb.git
ln -fs $(pwd)/sb.rb /usr/bin/sbAlso, make sure that subl - the built-in Sublime Text command line helper - is in your $PATH.
- Navigate to project
- Run
sb - If there is no project configuration in the folder, one will be created.
You can run sb from nested folders, too - it finds parent projects similarly to git.
Made by Leonid Shevtsov