Installing a bundle for TextMate
- by m73
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.