-
[Keychain](https://developer.apple.com/documentation/security/keychain_services) on macOS is used to store secrets. `chezmoi` could use this, instead of storing secrets in `~/.chezmoi.yaml`.
This c…
-
Upon first run of `sh -c "$(curl -fsLS git.io/chezmoi)" -- init davidolrik --apply` I get the following template error:
```sh
chezmoi: template: dot_config/private_hub.tmpl:2:14: executing "dot_co…
-
## Describe the bug
When you visit https://www.chezmoi.io/docs/reference/#variables, the table is wider than the content area width so it scrolls horizontally. This experience could be improved, pa…
-
Maybe you can generate a json file based on `github action` to get all the data you need from http requests (or something else) and store it in a `gist`
In your template, you only need one http reque…
-
I'm always frustrated when I have to `chezmoi init` on a new device.
I've set in my `.chezmoiignore` a condition that needs a custom parameter :
```
{{- if (eq .graphical false) }}
.config/sway…
-
## Is your feature request related to a problem? Please describe.
chezmoi's templating unlocks a lot of functionality. The current template documentation is split between the how-to, the reference …
-
[KeePassX](https://www.keepassx.org/) is a popular password manager. `chezmoi` could use this to store secrets, instead of storing them in `~/.chezmoi.yaml`.
This could possibly be exposed through …
-
## What exactly are you trying to do?
I use multiple similar but not quite the same systems: desktop, laptop, work-laptop, servers and research robots. Writing host name checks in .chezmoiignore is…
-
## Is your feature request related to a problem? Please describe.
As I run chezmoi inside containerized dev environment, my control over the environment variable is complete.
Template currently w…
-
## What exactly are you trying to do?
There is discussion in #664 to allow providing a custom init script. Furthermore in #794 it's discussed that chezmoi will run the files in alphabetic order tho…