Plugin for Dotbot, that adds quark
directive, which allows you install SuperCollider packages aka. quarks.
- Simply add this repo as a submodule of your dotfiles repository:
git submodule add https://github.com/madskjeldgaard/dotbot-quark.git
- Pass this folder (or directly quark.py file) path with corresponding flag to your Dotbot script:
-p /path/to/file/quark.py
or
--plugin-dir /pato/to/plugin/folder
- quark:
- https://codeberg.org/madskjeldgaard/mk-libs
- atk-sc3
- CC14
- CuePlayer
This approach is very slow since it starts an sclang instance per quark to adhere more to dotbot conventions and to make it easier for dotbot to figure out which quark exactly failed/succeeded in installing.