Last active
December 19, 2015 14:09
-
-
Save chourobin/5966955 to your computer and use it in GitHub Desktop.
Install mHTML and mCSS TextMate bundles in ST
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So Awesome.