Tom Payne
Tom Payne
Given the following code (`constraints`, `slices`, and `maps` are the `golang.org/x/exp` packages of the same name): ```go func SortedKeys[K interface { comparable constraints.Ordered }, V any](m map[K]V) []K { keys...
As [suggested by](https://github.com/twpayne/chezmoi/pull/2204#issuecomment-1198823555) @felipecrs in #2204.
Placeholder PR for the fix for #2132. Just a reproduction case at the moment.
### Discussed in https://github.com/twpayne/chezmoi/discussions/2098 Originally posted by **JackTheMico** May 30, 2022 Can we add [passhole](https://github.com/Evidlo/passhole) as an alternative integration for KeePass users? I'm willing to implement this feature.
## Is your feature request related to a problem? Please describe. It would be nice if chezmoi could install my dotfiles on a machine that I can ssh into, without...
## Is your feature request related to a problem? Please describe. It would be great if chezmoi were included in Debian's packaging system as this would make chezmoi more easily...
## Describe the bug @k4leg reports a number of problems when using an external diff command in #2097. It turns out that there are at least the following problems: *...
## Describe the bug As [reported by](https://github.com/twpayne/chezmoi/issues/1205#issuecomment-912090344) @dhruvinsh in #1205, `chezmoi add` fails if the path is in a directory implicitly created by an external. ## To reproduce > similar...
## Describe the solution you'd like chezmoi should be installable with [winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/). ## Describe alternatives you've considered Installing chezmoi with chocolatey, scoop, or manually. ## Additional context winget requires an...