Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 692 Bytes

README.textile

File metadata and controls

32 lines (18 loc) · 692 Bytes

TYPO3 TextMate Bundle

To install with Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles

cd ~/Library/Application\ Support/TextMate/Bundles git clone git://github.com/hijolan/TYPO3.tmbundle.git osascript -e ‘tell app “TextMate” to reload bundles’

To install without Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles

cd ~/Library/Application\ Support/TextMate/Bundles wget https://github.com/hijolan/TYPO3.tmbundle/tarball/master tar zxf hijolan-TYPO3.tmbundle*.tar.gz rm hijolan-TYPO3.tmbundle*.tar.gz mv hijolan-TYPO3.tmbundle* “TYPO3.tmbundle” osascript -e ‘tell app “TextMate” to reload bundles’