Guest User

Untitled

a guest
Jul 21st, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. mkdir -p ~/Library/Application\ Support/TextMate/Bundles
  2. cd ~/Library/Application\ Support/TextMate/Bundles
  3. git clone git://github.com/drnic/Showoff.tmbundle.git
  4. osascript -e 'tell app "TextMate" to reload bundles'
  5.  
  6. cd ~/Library/Application\ Support/TextMate/Bundles
  7. git clone git://github.com/miksago/jade-tmbundle Jade.tmbundle
  8. osascript -e 'tell app "TextMate" to reload bundles'
  9.  
  10. cd ~/Library/Application\ Support/TextMate/Bundles/
  11. git clone git://github.com/visionmedia/jspec.tmbundle.git
  12. osascript -e 'tell app "TextMate" to reload bundles'
  13.  
  14. cd ~/Library/Application\ Support/TextMate/Bundles/
  15. git clone git://github.com/rspec/rspec-tmbundle.git RSpec.tmbundle
  16. osascript -e 'tell app "TextMate" to reload bundles'
  17.  
  18. cd ~/Library/Application\ Support/TextMate/Bundles/
  19. git clone git://github.com/mocoso/code-beautifier.tmbundle.git code-beautifier.tmbundle
  20. osascript -e 'tell app "TextMate" to reload bundles'
  21.  
  22. cd ~/Library/Application\ Support/TextMate/Bundles
  23. git clone git://github.com/jessmartin/taskpaper-tmbundle.git Taskpaper.tmbundle
  24. osascript -e 'tell app "TextMate" to reload bundles'
  25.  
  26. cd ~/Library/Application\ Support/TextMate/Bundles
  27. git clone git://github.com/drnic/github-tmbundle.git "GitHub.tmbundle"
  28. osascript -e 'tell app "TextMate" to reload bundles'
Add Comment
Please, Sign In to add comment