* chore(bling): uncomment example options * refactor(brew): remove duplicate "configuration options" setting in README, improve TSP docs * fix(chezmoi): make example an example and not a doc of the configuration options * chore(rpm-ostree): remove fake example examples should be runnable * fix(rpm-ostree): add replacing packages to typespec schema * fix(rpm-ostree): actually install the packages the repos are added for * feat(rpm-ostree): showcase installing from URL and using optfix in example * fix(rpm-ostree): add optfix to typespec * fix(systemd): real-world example instead of configuration docs duplicate
10 lines
602 B
YAML
10 lines
602 B
YAML
name: chezmoi
|
|
shortdesc: The chezmoi module installs the latest chezmoi release at build time, along with services to clone a dotfile repository and keep it up-to-date.
|
|
readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/chezmoi/README.md
|
|
typespec: https://raw.githubusercontent.com/blue-build/modules/main/modules/chezmoi/chezmoi.tsp
|
|
example: |
|
|
type: chezmoi
|
|
repository: "https://github.com/octocat/dotfiles" # my dotfiles repo
|
|
all-users: false # make users have to enable chezmoi manually
|
|
file-conflict-policy: replace # override changed files with those from the repo
|
|
|