Setup script for quickly setting up Windows installations for a more efficient work computer.
Install winget from:
https://learn.microsoft.com/en-us/windows/package-manager/winget/
Install uv:
winget install --id=astral-sh.uv -eInstall python3.14:
uv python installInstall Git:
winget install git.gitMake sure to have an SSH keypair:
ssh-keygenPrepare setup:
mkdir %userprofile%/dev
cd %userprofile%/dev
git clone git@github.com:doronz88/windowssetup.git
cd windowssetup# pass -a/--automated for doing everything without prompting (unless certain removals are required)
uv run .\install_windows.py everything