Automated personal dev environment setup for Windows 10 machines.
On a non-administrative PowerShell
instance:
Set-ExecutionPolicy -Force RemoteSigned -scope CurrentUser
iwr -useb devx.carlo.sh | iex
You will be prompted for your credentials several times during the proccess.
- Make the script immutable
- Add CI/CD