/ Published in: Bash
URL: http://manual.macromates.com/en/bundles
From the official website, but it's good to have it handy. Look the latest bundles here: http://macromates.com/svn/Bundles/trunk/Bundles/
Expand |
Embed | Plain Text
# create the directory if you haven't done it before. mkdir -p /Library/Application\ Support/TextMate/Bundles cd /Library/Application\ Support/TextMate/Bundles # checkout the Haskell Bundle svn co http://macromates.com/svn/Bundles/trunk/Bundles/Haskell.tmbundle # update currently installed bundles cd /Library/Application\ Support/TextMate/Bundles svn up *.tmbundle # refresh bundles on TextMate (useful if you've TM running) osascript -e 'tell app "TextMate" to reload bundles'
Comments
Subscribe to comments
You need to login to post a comment.

Don't forget to set LCCTYPE to "enUS.UTF-8" before checkout.
bash:
export LCCTYPE=enUS.UTF-8
zsh, csh, tcsh:
setenv LCCTYPE enUS.UTF-8