Categorized: Git, TextMate

Installing GetBundles on a Fresh Copy of TextMate

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

Chris Kampmeier → October 1st, 2009 at 12:16 am

Thanks! That did the trick.

My TextMate setup | BenKreeger.com → November 19th, 2009 at 2:12 pm

[...] and foremost, GetBundles, GetBundles, GetBundles. Make sure you’ve got Subversion (you’re on a Mac? You probably already [...]

Jorge GOMES → February 26th, 2010 at 2:16 am

Really nice, I was really looking for a way to get GetBundles.

Sidney San Martín → May 22nd, 2010 at 6:27 pm

svn co will leave .svn directories inside GetBundles. I’d do this instead:

svn export http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle ~/Library/Application\ Support/TextMate/Bundles/GetBundles.tmbundle

What do you think about that?

Elsewhere in the empire: Home, Blog, APOD