textmate GetBundle

rubyあんま関係ないけど。
TextMateをProcessingのエディタ代わりにする | warikiru


bundleのパッケージ管理ツール。
TextMate Manual » Bundles
マニュアル見るとsvnクライアントが必要な模様。


.bashrcとか.bash_profileとかに
export LC_TYPE=en_US.UTF-8

mkdir -p /Library/Application\ Support/TextMate/Bundles
cd /Library/Application\ Support/TextMate/Bundles
svn co http://svn.textmate.org/trunk/Bundles/Haskell.tmbundle


再起動後
Bundles > Bundle Editor > Show Bundle Editor > GetBundle > Install BundleのBASE_URL部分を以下に変更。
BASE_URL=http://svn.textmate.org/trunk/

補足

↓でbundleのupdateができるらしい。

cd /Library/Application\ Support/TextMate/Bundles
svn up *.tmbundle