Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 933 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 933 Bytes

Plugin for Dotbot, that adds quark directive, which allows you install SuperCollider packages aka. quarks.

Installation

  1. Simply add this repo as a submodule of your dotfiles repository:
git submodule add https://github.com/madskjeldgaard/dotbot-quark.git
  1. 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

Example

- quark:
  - https://codeberg.org/madskjeldgaard/mk-libs
  - atk-sc3
  - CC14
  - CuePlayer

Known problems

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.