Posts Tagged ‘Apple’

TextMate: Installing the GetBundles bundle

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.

Apache, MySQL, PHP development environment setup on Mac OSX 10.6 Snow Leopard

As some of you may have heard, Snow Leopard was released a week and a half ago. I pre-ordered my copy from Apple, but didn’t get round to upgrading until the following Monday. First impressions were great: faster boot up, sleep and shutdown times, Time Machine backed up quicker, and the extra 7GB back on my HDD was also welcome.

Then I checked my local development environment. Screwed!

(more…)