* Add 1Password install step
* Add Scoop install step
* Remove SSH key generation step
* Make 1Password, Hyper-V, Containers, and SSH Server steps optional
* Refactor to run Scoop install as unelevated then relaunch as elevated
for remaining tasks
* Add `bootstrap-Windows.ps1` sets up the bare minimum required to start
Debian in WSL2 sharing SSH keys with the Windows host and enable SSH
server for remote access.
* Add `bootstrap-Windows.sh` copies Windows host SSH keys, upgrades
Debian to unstable, then installs Ansible and dependencies.
* Remove `bootstrap-Windows.cmd`.