/ Published in: Bash
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
# 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
                    Subscribe to comments
                
                