An open API service indexing awesome lists of open source software.

https://github.com/romac/romac.tmbundle

TextMate bundle with many snippets and commands for PHP, JavaScript, XHTML, CSS and TYPO3 (ABANDONED)
https://github.com/romac/romac.tmbundle

Last synced: about 1 year ago
JSON representation

TextMate bundle with many snippets and commands for PHP, JavaScript, XHTML, CSS and TYPO3 (ABANDONED)

Awesome Lists containing this project

README

          

Romac.tmbundle
==============

Installation
------------

1. Open **Terminal** (`/Applications/Utilities/Terminal.app`).
2. Run these commands in a new window ( `⌘ N` ) :
`mkdir -p ~/Library/Application\ Support/TextMate/Bundles`
`cd ~/Library/Application\ Support/TextMate/Bundles`
`git clone git://github.com/romac/Romac.tmbundle.git Romac.tmbundle`
3. In **TextMate**, select **Bundles** -> **Bundle Editor** -> **Reload Bundles**.

Update
------

1. Open **Terminal**.
2. Run these commands in a new window ( `⌘ N` ) :
3. `cd ~/Library/Application\ Support/TextMate/Bundles/Romac.tmbundle`
`git pull`
3. In **TextMate**, select **Bundles** -> **Bundle Editor** -> **Reload Bundles**.