Skip to content

fixlr/textmate-bundles

Repository files navigation

A collection of TextMate bundles that I use distributed as a git repo.

Getting Started

Backup or delete your current TextMate bundles if you have already installed some manually. The instructions below assume you are setting up a fresh TextMate install.

mkdir -p ~/Library/Application\ Support/TextMate
cd ~/Library/Application\ Support/TextMate
git clone git://github.com/fixlr/textmate-bundles.git Bundles
cd Bundles
git submodule init
git submodule update
osascript -e 'tell app "TextMate" to reload bundles'

Updating

git pull
git submodule init
git submodule update

About

Easy setup of my TextMate bundles using Git submodules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published