Solutions Log

So I only have to figure things out once.

Installing GetBundles on a Fresh Copy of TextMate

1
2
3
4
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd !$
svn co http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle/
osascript -e 'tell app "TextMate" to reload bundles'

Sources

Comments