下载/更新 TextMate Bundles


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. # create the directory if you haven't done it before.
  2. mkdir -p /Library/Application\ Support/TextMate/Bundles
  3. cd /Library/Application\ Support/TextMate/Bundles
  4.  
  5. # checkout the Haskell Bundle
  6. svn co http://macromates.com/svn/Bundles/trunk/Bundles/Haskell.tmbundle
  7.  
  8.  
  9. # update currently installed bundles
  10. cd /Library/Application\ Support/TextMate/Bundles
  11. svn up *.tmbundle
  12.  
  13. # refresh bundles on TextMate (useful if you've TM running)
  14. osascript -e 'tell app "TextMate" to reload bundles'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.