-
```
% chezmoi add ~/.zshrc
Error: rename /tmp/.dot_zshrc208154389 /home/michael/.chezmoi/dot_zshrc: no such file or directory
Usage:
chezmoi add [flags]
Flags:
-e, --empty add empty…
-
## What exactly are you trying to do?
Hi! Let me first say that I really love this project.
Right now, I'm using a script that populates `~/.config/chezmoi/chezmoi.toml` with a template variable…
-
If you have an encrypted file that's also a template (e.g. `encrypted_secret.txt.tmpl`), editing the file with `chezmoi edit secret.txt` results in editing the file after processing the template. I fi…
-
## What exactly are you trying to do?
Since #532 was merged `osRelease` is only set on linux. My dotfiles uses `osRelease` in a few place to handle different linux distros.
I want to use my dotf…
-
## Describe the bug
I'm trying to organize related templates into subdirectories in `.chezmoitemplates`, but it's looking like that breaks the discovery path.
## To reproduce
1. Create a `tes…
-
## Describe the bug
A clear and concise description of what the bug is.
The `promptString` function is not defined when running `chezmoi execute-template`
## To reproduce
Steps to reproduc…
-
## What exactly are you trying to do?
Trying to write a template for a configuration file which has different locations on different systems. I have a file in `.chezmoitemplates`; let's call it `fi…
-
I'm trying to use zgenom to load plugins using just the `[location]` parameter pointing to a plugin directory.
This will however not properly add the `functions` subdirectory to `fpath`.
I think …
-
**Describe the bug**
Say `myfile.config.tmpl` exists in the chezmoi repo, `chezmoi add myfile.config` removes the template.
**To reproduce**
````shell
chezmoi add myfile.config #while myfile.con…
-
I'm not sure if this is a feature request or a bug, because I believe at some point this worked in chezmoi.
When I create templates in chezmoi, it's mostly to change configs slightly for different …