mirror of
https://github.com/Damillora/cyrene-plugins.git
synced 2026-02-25 00:21:58 +07:00
Cyrene plugins, as I've written.
| asciinema.cyrene | ||
| bun.cyrene | ||
| butane.cyrene | ||
| chezmoi.cyrene | ||
| cosign.cyrene | ||
| cyrene.cyrene | ||
| deno.cyrene | ||
| eza.cyrene | ||
| fish.cyrene | ||
| flora.cyrene | ||
| fzf.cyrene | ||
| github-cli.cyrene | ||
| golang.cyrene | ||
| gosec.cyrene | ||
| hugo.cyrene | ||
| just.cyrene | ||
| koboldcpp.cyrene | ||
| LICENSE | ||
| neovim.cyrene | ||
| node.cyrene | ||
| README.md | ||
| ripgrep.cyrene | ||
| starship.cyrene | ||
| zed.cyrene | ||
cyrene-plugins
The
mainbranch contains plugins for the git version ofcyrene. Plugins for version0.3lives in the0.3branch.
Plugins for cyrene, as I've written.
Installation
mkdir -p $HOME/.local/share/cyrene
git clone https://github.com/Damillora/cyrene-plugins $HOME/.local/share/cyrene/plugins
Writing a plugin
cyrene plugins are configured using TOML.
cyrene plugins are mainly concerned with two things: querying available versions, and installing a single version of an application. cyrene will handle version management.
For a simple example, check out the plugin for flora, a command-line Wine prefix manager.
Contributing
Create a pull request if you want your plugins here.
License
Plugins in this repository are licensed under the MIT License. cyrene itself is licensed under the MIT License.