# install scoop
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
# then install gsudo, chezmoi and the dotfiles
scoop install chezmoi
pacman -S chezmoi
chezmoi init srouquette --apply