On OSX
# CoffeeScript
git clone \
https://github.com/jashkenas/coffee-script-tmbundle ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/CoffeeScript
# Stylus
git clone \
https://github.com/LearnBoost/stylus.git ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/Stylus
# Jade
git clone \
https://github.com/miksago/jade-tmbundle ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/Jade
On Windows using Git Bash
# CoffeeScript
git clone \
https://github.com/jashkenas/coffee-script-tmbundle C:/Users/CT0E58AN/AppData/Roaming/Sublime\ Text\ 2/Packages/CoffeeScript
# Stylus
git clone \
https://github.com/LearnBoost/stylus.git C:/Users/CT0E58AN/AppData/Roaming/Sublime\ Text\ 2/Packages/Stylus
# Jade
git clone \
https://github.com/miksago/jade-tmbundle C:/Users/CT0E58AN/AppData/Roaming/Sublime\ Text\ 2/Packages/Jade