https://github.com/madskjeldgaard/dotbot-quark
Install SuperCollider packages (quarks) in dotbot
https://github.com/madskjeldgaard/dotbot-quark
dotbot dotbot-plugin supercollider supercollider-quark
Last synced: about 2 months ago
JSON representation
Install SuperCollider packages (quarks) in dotbot
- Host: GitHub
- URL: https://github.com/madskjeldgaard/dotbot-quark
- Owner: madskjeldgaard
- Created: 2022-03-10T10:32:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T15:13:04.000Z (about 4 years ago)
- Last Synced: 2025-01-18T16:55:58.517Z (over 1 year ago)
- Topics: dotbot, dotbot-plugin, supercollider, supercollider-quark
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[dotbot_repo]: https://github.com/anishathalye/dotbot
Plugin for [Dotbot][dotbot_repo], that adds ```quark``` directive, which allows you install [SuperCollider](https://supercollider.github.io/) 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
```
2. Pass this folder (or directly quark.py file) path with corresponding flag to your [Dotbot][dotbot_repo] script:
- ```-p /path/to/file/quark.py```
or
- ```--plugin-dir /pato/to/plugin/folder```
## Example
```yaml
- 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.