Skip to content

hoggarth/synapse-tmbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

To install via Git:

	mkdir -p ~/Library/Application\ Support/TextMate/Bundles
	cd ~/Library/Application\ Support/TextMate/Bundles
	git clone git://github.com/hoggarth/synapse-tmbundle.git "Synapse.tmbundle"
	osascript -e 'tell app "TextMate" to reload bundles'

Source can be viewed or forked via GitHub: http://github.com/hoggarth/synapse-tmbundle/tree/master

To install without Git:

	mkdir -p ~/Library/Application\ Support/TextMate/Bundles
	cd ~/Library/Application\ Support/TextMate/Bundles
	wget http://github.com/hoggarth/synapse-tmbundle/tarball/master
	tar zxf hoggarth-synapse-tmbundle*.tar.gz
	rm hoggarth-synapse-tmbundle*.tar.gz
	mv hoggarth-synapse-tmbundle* Synapse.tmbundle
	osascript -e 'tell app "TextMate" to reload bundles'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published