-
## Describe the bug
Template like strings that already exists aren't escaped (this is issue is also valable for templates of template)
for example
```vim
" .config/nvim/init.vim
" vim: set f…
-
## Describe the bug
`joinPath` does not work with `.chezmoi.sourceDir`
## To reproduce
```sh
$ echo '{{ joinPath .chezmoi.sourceDir "example" }}' | chezmoi execute-template
chezmoi: templat…
-
## Describe the bug
I'm not sure if this is a feature request, or bug report, however, while trying to use `{{ include }}` on Windows it requires an absolute path in the format of `{{ include "/Pro…
ghost updated
2 years ago
-
## Describe the bug
Evaluating `.chezmoi.kernel` in a template fails inWindows.
## To reproduce
Follow the [directive for detecting WSL on Windows](https://www.chezmoi.io/docs/how-to/#detect-wi…
-
**Describe the bug**
I followed the description on creating a template from the how-to page, but the file is added as is
**To reproduce**
chezmoi add ~/.gitconfig
**Expected behavior**
values…
-
## Is your feature request related to a problem? Please describe.
I have a script which makes use of a file created by chezmoi:
`~/.dotfiles/home/dot_local/bin/executable_rootmoi.tmpl`:
```
#!…
-
Sometimes, chezmoi templates lead to it creating empty directories.
For example, I want to put my window manager config only on hosts where I do use a gui. I manage this by wrapping the full config…
youam updated
2 years ago
-
## Is your feature request related to a problem? Please describe.
Perhaps this is intentional, the bitwarden function is not available when `chezmoi init` tries to generate a config file from a tem…
-
I would like to be able to use default data to build my chezmoi config. Right now i have a template like:
```tmpl
[data]
name = "Jake Swenson"
email = "...."
is_work = {{if eq .chezmo…
-
## What exactly are you trying to do?
I'm trying to run a portion of a template when a varaible is defined in `~/.config/chezmoi/chezmoi.toml`
## What have you tried so far?
```
{{ .theme.bg…