JavaScript TextMate Bundle Install Instructions

I really like TextMate! Since the TextMate guy has deemed that the JavaScript bundle is just too big to include in the normal installation, you'll have to do it yourself. Finding out how isn't the easiest, so here it is.

mkdir -p /Library/Application\ Support/TextMate/Bundles
cd /Library/Application\ Support/TextMate/Bundles
svn co http://bundles.bundleforge.com/trunk/bundles/JavaScript%20Tools.tmbundle
osascript -e 'tell app "TextMate" to reload bundles'


References

Tobi
JavaScript Bundle
TextMate
Getting More Bundels

1 comments: