Is there a way to 1) get a list of installed plugins/packages and 2) install multiple plugins/packages from a given list, using Sublime Text’s external CLI in Linux systems?
I’m trying to write a simple bash script that sets up my preferred configuration and environment on new installs.
I’m aware one can use the API to some extent with the --command <...>
option, but I’m not finding any documentation on the set of commands one can pass as argument.