I was wondering if there is a programmatically way to install zen coding plugin. I did the research but the only manner I found was through Sublime Console. I’m struggling for this answer but it never shows up.
I’m doing this because I have a script to install Sublime in Ubuntu, and only installing sublime isn’t too good. If I give to users the oportunity to install and configure automatically the zen coding, it will improve the script.
Every plugin for Sublime Text 2 can be installed by simply copying its contents into Packages folder (find “Browse Packages…“ menu item in ST2 to get it).
Thus, all you need to do is to clone Zen Coding plugin repo (https://github.com/sublimator/ZenCoding or https://github.com/sergeche/emmet-sublime, the latter may not work yet if you’re on Linux x32) into Packages folder.