zenops 0.10.0

Declarative system configuration management for shell config and dotfiles.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Bash login → .bashrc chain
#

[pkg.bashrc-chain]
supported_shells = ["bash"]
description = "Chain ~/.bashrc from the login profile so login shells inherit interactive config."

[pkg.bashrc-chain.install_hint.brew]
packages = []

[[pkg.bashrc-chain.shell.login_init.bash]]
type = "line"
line = "[ -f ~/.bashrc ] && source ~/.bashrc"