Um für den Texteditor Textmate unter OS X fehlende Bundles für Programmiersprachen hinzuzufügen, kann man diese aus dem Subversion Repository von Macromates einfach herunterladen:
Anbei ein Beispiel für das C# Bundle:
mkdir -p ~/Library/Application\ Support/TextMate/Bundles cd ~/Library/Application\ Support/TextMate/Bundles svn co http://svn.textmate.org/trunk/Review/Bundles/trunk/Review/Bundles/C%23.tmbundle osascript -e 'tell app "TextMate" to reload bundles'
Alle Bundles lädt man folgendermassen herunter:
cd ~/Library/Application\ Support/TextMate svn co http://svn.textmate.org/trunk/Review/Bundles osascript -e 'tell app "TextMate" to reload bundles'