Skip to content

Instantly share code, notes, and snippets.

@chourobin
Last active December 19, 2015 14:09
Show Gist options
  • Save chourobin/5966955 to your computer and use it in GitHub Desktop.
Save chourobin/5966955 to your computer and use it in GitHub Desktop.
Install mHTML and mCSS TextMate bundles in ST
# Install SublimeText
# ST2
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
# ST3
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
# Install mCSS
git clone git://github.com/minimaldesign/mCSS.tmbundle.git "mCSS.tmbundle"
# Install mHTML
git clone git://github.com/minimaldesign/mHTML.tmbundle.git "mHTML.tmbundle"
Copy link

ghost commented Jul 10, 2013

So Awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment