Used to provide structural templates.
Pattern
t-template-name
t-template-name--modifier-name
t-template-name__subcomponent-name--subcomponent-modifier-name
| #!/bin/bash | |
| # Fullscreen (Lion) | |
| bash <(curl -s -L http://gr3g.me/tm-full) | |
| # Missing Drawer | |
| bash <(curl -s -L http://goo.gl/4RUoP) | |
| mkdir -p ~/Library/Application\ Support/TextMate/Bundles | |
| cd ~/Library/Application\ Support/TextMate/Bundles |