Sublime Forum

Pack of packages, scripts and config

#1

I am wondering if there is possibility to create something like sublime extension which will install several packages, add user configurations and perhaps some scripts. I have seen syncing which is not completely what i am saying, for example i have team and i would like to have an installer or run sublime command which will not sync user packages, just install specific one.

0 Likes

#2

You can create a plugin for that purpose. The only requirement is that your team members need to have Package Control installed. Then do something like this, e.g. this plugin recommends to install A File Icon package. Also it’s not hard to create universal package bundler.

0 Likes

#3

Thanks, i will try to pull and modify that script.

0 Likes

#4

Package Control has a “Advanced Install Packages” command in the command palette, which allows you to paste a comma-separated list of package names to install.

Alternatively, just manually alter the Package Control.sublime-settings file in the user package. PC will then attempt to install missing packages on the next ST start.

3 Likes