Installing TextMate bundles

by Melvin Ram

Here’s how you install new textmate bundles:

mkdir -p ~/Library/Application Support/TextMate/Bundles/
cd ~/Library/Application Support/TextMate/Bundles
git clone git://github.com/username/whatever-tmbundle.git Whatever.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'

PS: I got this from: http://github.com/bmabey/cucumber-tmbundle/tree/master

Leave a Comment