Skip to content

Instantly share code, notes, and snippets.

@gregorynicholas
Forked from csanz/jade_stylus_sublime.md
Created June 14, 2013 03:02
Show Gist options
  • Save gregorynicholas/5779178 to your computer and use it in GitHub Desktop.
Save gregorynicholas/5779178 to your computer and use it in GitHub Desktop.

Download Jade and Stylus bundles

https://github.com/miksago/jade-tmbundle
https://github.com/LearnBoost/stylus/tree/master/editors

~/Downloads/

Create directories:

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
mkdir Jade Stylus

Copy the files over

cp -rf ~/Downloads/Jade.tmbundle Jade/
cp -rf ~/Downloads/Stylus.tmbundle Stylus/

IF you already have them inside Textmate then you do this

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
mkdir Jade Stylus
cp -rf ~/Library/Application\ Support/TextMate/Bundles/Jade.tmbundle ./Jade/
cp -rf ~/Library/Application\ Support/TextMate/Bundles/Stylus.tmbundle ./Stylus/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment