TextMate: Installing the GetBundles bundle
Jul 14 2010
I’ve recently been setting up a new Mac Pro at work. However, when it came to setting up TextMate I realised that I couldn’t remember how I’d previously installed the GetBundles bundle or where I could find it. Plus, it doesn’t help that all the links in the original TextMate blog post are for the wrong version or don’t appear to work at all.
Google sorted me out with the answer though so I thought I’d stick it up here (mainly for my own benefit when I come to doing it again some time to be honest). In the Terminal:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles cd !$ svn export http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
If you use TextMate then install GetBundles, it helps a lot.
Add A Comment