Return to Snippet

Revision: 25761
at April 8, 2010 12:13 by stayce


Initial Code
cd ~/Library/Application\ Support/TextMate/Bundles
    rm -rf Cucumber.tmbundle 
    git clone git://github.com/aslakhellesoy/cucumber-tmbundle.git Cucumber.tmbundle
    osascript -e 'tell app "TextMate" to reload bundles'

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

Initial Description


Initial Title
Add bundles from git to textmate

Initial Tags
textmate, git

Initial Language
Bash