## Describe the bug I did a fresh install of Windows 11, and one of the first things I did on it was try to install chezmoi. I followed the install docs to install via a [Powershell one liner](https://www.chezmoi.io/install/#__tabbed_6_3), and ran this: ```ps1 iex "&{$(irm 'https://get.chezmoi.io/ps1')}" ``` Unfortunately, it returned this error: ``` You cannot call a method on a null-valued expression. At line:1 char:1 + &{<# + ~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : InvokeMethodOnNull ``` ## To reproduce See above. I was on a fresh install but it was a company managed Windows 11, so it's not at completely generic / stock settings. ## Expected behavior Chezmoi should download + install.