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.
Anonymous
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’.