Tom Payne

Results 265 comments of Tom Payne

I'd like to add this, but it is not easy to do. chezmoi uses [`github.com/spf13/cobra`](https://github.com/spf13/cobra) for command line parsing, and sadly cobra does not support this kind of alias.

Thanks for reporting this. `diff.command` should be used by the prompt in `chezmoi apply` and it's a bug that it's not.

In the short term you can work around this by adding: ```toml [diff] pager = "delta" ``` to your config file (this is in addition to `diff.command` being set to...

I tried to replicate this in #3746 but was not able to do so. What is the output of `chezmoi doctor`?

For the symlinks, chezmoi supports symlinks as templates (i.e. the target of the symlink is computed from a template), so you should be able to create the first two levels...

Gentle ping on this. I think you're waiting for action from me to merge this, but I'm not sure what that action is :)

This is no longer needed. The person requesting the integration with chezmoi is no longer responding, and no other users have expressed an interest in the feature. https://github.com/twpayne/chezmoi/pull/1458 removed the...

The CI failures are in a different package, so probably unrelated to this PR 😕

Ah, thanks for the info. I wanted to add this so I could easily add tests in a follow-up PR. I've been using [the following generic function](https://github.com/twpayne/chezmoi/blob/88b586dd4f6f9c61413631369f6a7195a6935c2f/internal/chezmoibubbles/chezmoibubbles_test.go#L37-L50) in my tests...