zenops 0.20.0

Declarative system configuration management for shell config and dotfiles.
1
2
3
4
5
[conditions]
linux = { os = "linux" }
macos = { os = "macos" }
bash = { shell = "bash" }
zsh = { shell = "zsh" }