-
## Describe the bug
If notes field in keepassxc password contains `:=:`. chezmoi throws parse error and show all the output of keepassxc show command.
It's a bit flaky, sometimes it doesn't throw …
-
## Describe the bug
Continuing #1832 , I am still having issue adding file from config directory.
## To reproduce
I have direnv config file located at .config/direnv with below permission
``…
-
## What exactly are you trying to do?
I was following the guide of [including a subdirectory from a git repo](https://www.chezmoi.io/user-guide/include-files-from-elsewhere/#include-a-subdirectory-…
-
## Feature request description
Is your feature request related to a problem? `yes`
I'm trying to use `keepassxc-cli` integration with yubikey protection and it does not work. What is missing is …
-
I'm using chezmoi built by the nix package manager on OSX. I updated chezmoi a few days ago to 2.12.0.
The `.chezmoi.hostname` variable is documented as:
```
The hostname of the machine chezmoi …
swt30 updated
2 years ago
-
## What exactly are you trying to do?
Trying to use promptString to set email in chezmoi.yaml / chezmoi data produces an error of `function "promptString" not defined`
## What have you tried so …
-
## What exactly are you trying to do?
I'm trying to edit a private template; the command to `edit` opens a new blank file instead of the one stored by chezmoi - I can go into `~/.local/share/chezmo…
-
## Describe the bug
I have chezmoi.yaml.tmpl to generate some data based on answers to the questions. Which can be seen by `chezmoi data`. But the key always render in lowercase and disregard the o…
-
## Describe the bug
I'm getting an error similar to #1365 where adding `delta` as `diff` does not work.
## To reproduce
1. Put this on your config file
```toml
[diff]
command = "delta"
``…
-
Is it possible to share data between different repos?
Currently I have two slightly different repos for admin and client prefs where certain content overlaps, e.g. fish functions or public keys. Idea…