Install scoop:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
Install chezmoi and Powershell 7 through scoop:
scoop install chezmoi pwsh
Initialize chezmoi:
chezmoi --init --appy mrcapivaro
Bootstrap chezmoi:
sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply mrcapivaro