Installing a bundle for TextMate
Posted
by
m73
on Super User
See other posts from Super User
or by m73
Published on 2012-04-10T00:02:20Z
Indexed on
2012/04/10
5:33 UTC
Read the original article
Hit count: 501
I've downloaded the 30 day trial version of TextMate and wanted to use a plugin for coffeescript.
The instructions for installing the plugin say to go to this directory
cd ~/Library/Application\ Support/TextMate/Bundles (Textmate 1)
Once I changed into the TextMate directory and started looking for Bundles by doing ls
it only showed
TextMate.pid
In other words, no Bundles directory....
Once I was in the Bundles directory, I'm supposed to do
git clone git://github.com/jashkenas/coffee-script-tmbundle CoffeeScriptBundle.tmbundle
but didn't want to try that without first being in the Bundles directory.
© Super User or respective owner