Return to Snippet

Revision: 70538
at April 3, 2016 04:35 by darkhawk


Initial Code
# 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'

Initial URL


Initial Description


Initial Title
下载/更新 TextMate Bundles

Initial Tags
svn, textmate, Bash

Initial Language
Bash