Alan Quatermain

The Tumblog of one Jim Dovey, iOS Software Chief Architect at Kobo in Toronto, Ontario.
He Twitters, he has an , and can occasionally be found on LinkedIn or Facebook.
If you have a query, you can ask it here.

This blog contains personal opinions, and is not endorsed by any company.

479532490
arrg. Im tearing my hair out with the go tmbundle. Why isn't it a tmbundle file? What am I supposed to do with a zipped directory? I can't find any help. If it was a tmbundle file or in the subversion repository I'm good.

AskerAnonymous

The root folder of the zip/tar file just needs to be renamed to ‘Go.tmbundle’.

Alternatively, you can do what I do:

  • Install git using this installer.
  • In Terminal, go to ~/Library/Application Support/TextMate/Bundles
  • Run ‘git clone git://github.com/AlanQuatermain/go-tmbundle.git Go.tmbundle’.

You’ll now have a Go.tmbundle installed in the right place which you can update at any time by going into it in the Terminal and running ‘git pull’.