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/
The linux command works just great. You save me time searching.
Thanks!!