We can set up Windows PC for development with this repository.
Motivated with dotfiles.
Open PowerShell and run Get-ExecutionPolicy
.
If it returns Restricted
, then run Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
.
Now run install.ps1
.