-
## Description
`.chezmoiignore` doesn't distinguish between `!*` and `!*/`.
The former should exclude all files, while the latter should only exclude directories.
Currently, both are treated as e…
-
## Describe the bug
When I run `chezmoi doctor`, I get a warning:
```
ok version v2.24.0, commit 72d9846a7ae51fd3398727d48815fc2f13a681f9, built at 2022-09-25T17:18:10Z, built…
-
## Is your feature request related to a problem? Please describe.
I use `.chezmoiexternal.*` to install some packages from outside into my home folder. To give an example, consider this archive whi…
-
## Describe the bug
I need to define an interpreter to get my shellscripts (.sh.tmpl) executed on Windows.
## on Windows
#### .local/share/chezmoi/.chezmoi.yaml.tmpl
```.yaml
...
interpret…
-
## Describe the bug
The following URLs show `404 - Not found`:
1. https://www.chezmoi.io/ - The main URL
2. https://www.chezmoi.io/index.md - From `Home` in the navigation
3. https://www.chezm…
-
## What exactly are you trying to do?
Setup chezmoi with age encryption but unclear how to handle `chezmoi.toml`
## What have you tried so far?
- Downloaded chezmoi and age binaries
- chezmo…
-
## Describe the bug
Chezmoi v2.22.0 added `includeTemplate` template function. But the behavior slightly different than using [template](https://pkg.go.dev/text/template#hdr-Actions) action.
> I…
-
## Describe the bug
My dotfiles takes too long to be applied, and I determined that the root cause is my `.chezmoiexternal.yaml`. The problem, however, is not caused by the amount of `output` calls…
-
## Is your feature request related to a problem? Please describe.
```sh
$ chezmoi init --apply dotfile-repo
chezmoi: template: dot_XXX.tmpl:XXX:XXX: executing "dot_XXX.tmpl"
at : map has no ent…
-
## Describe the bug
I wanted to list files managed by chezmoi of target type encrypted.
Running `chezmoi managed --include encrypted` does not yield any output.
After some testing, I found that …