zenops 0.18.0

Declarative system configuration management for shell config and dotfiles.
Documentation
#
# zenops CLI completions
#

[pkg.zenops]
description = "zenops itself — shell completions for the zenops CLI."

[pkg.zenops.install_hint.brew]
packages = []

[pkg.zenops.install_hint.dnf5]
packages = []

[pkg.zenops.install_hint.apt]
packages = []

[pkg.zenops.install_hint.pacman]
packages = []
[pkg.zenops.install_hint.cargo]
packages = ["zenops"]

[[pkg.zenops.shell.interactive_init.bash]]
type = "comment"
text = "zenops shell completions"

[[pkg.zenops.shell.interactive_init.bash]]
type = "source_output"
command = ["zenops", "completions", "bash"]

[[pkg.zenops.shell.interactive_init.zsh]]
type = "comment"
text = "zenops shell completions"

[[pkg.zenops.shell.interactive_init.zsh]]
type = "source_output"
command = ["zenops", "completions", "zsh"]