Add bundles from git to textmate


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. cd ~/Library/Application\ Support/TextMate/Bundles
  2. rm -rf Cucumber.tmbundle
  3. git clone git://github.com/aslakhellesoy/cucumber-tmbundle.git Cucumber.tmbundle
  4. osascript -e 'tell app "TextMate" to reload bundles'

URL: http://github.com/bmabey/cucumber-tmbundle

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.