* 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`.
usage: ./bootstrap-Fedora.sh [-h] [-y]
Bootstrap a Debian based distribution with:
* upgrade dnf packages
* git - from dnf
* virtualenv - from dnf
* SSH key - from ssh-keygen
* GitHub public key - with SSH key
* GitLab public key - with SSH key
* BitBucket Cloud public key - with SSH key
* Gogs Cloud public key - with SSH key
* conduit - configuration manager
If any already exist they will not be reinstalled.
optional arguments:
-h show this help message and exit
-y assume yes when prompted
usage: ./bootstrap-Arch.sh [-h] [-y]
Bootstrap an Arch Linux based distribution with:
* update pacman database
* upgrade pacman packages
* git - from pacman
* python-pip - from pacman
* python-virtualenv - from pacman
* SSH key - from ssh-keygen
* GitHub public key - with SSH key
* GitLab public key - with SSH key
* BitBucket Cloud public key - with SSH key
* Gogs public key - with SSH key
* conduit - configuration manager
If any already exist they will not be reinstalled.
optional arguments:
-h show this help message and exit
-y assume yes when prompted
usage: bootstrap-Windows.cmd [/?]
Bootstrap a macOS instance with:
* Windows SDK - from MSDN
* Chocolatey - package manager
* Cmder, including Git - from Chocolatey
* Python - from Chocolatey
* virtualenv - from pip
* SSH key - from ssh-keygen
* GitHub public key - with SSH key
* GitLab public key - with SSH key
* BitBucket Cloud public key - with SSH key
* Gogs Cloud public key - with SSH key
* conduit - configuration manager
optional arguments:
/? show this help message and exit
usage: ./bootstrap-Debian.sh [-h] [-y]
Bootstrap a Debian based distribution with:
* update apt cache
* upgrade apt packages
* git - from apt
* python - from apt
* python-pip - from apt
* virtualenv - from pip
* SSH key - from ssh-keygen
* GitHub public key - with SSH key
* GitLab public key - with SSH key
* BitBucket Cloud public key - with SSH key
* Gogs Cloud public key - with SSH key
* conduit - configuration manager
If any already exist they will not be reinstalled.
optional arguments:
-h show this help message and exit
-y assume yes when prompted
usage: bootstrap-macOS.sh [-h] [-y]
Bootstrap a macOS instance with:
* Xcode command line developer tools
* Homebrew - package manager
* python - from Homebrew
* virtualenv - from pip
* SSH key - from ssh-keygen
* GitHub public key - with SSH key
* GitLab public key - with SSH key
* BitBucket Cloud public key - with SSH key
* Gogs Cloud public key - with SSH key
* conduit - configuration manager
If any already exist they will not be reinstalled.
optional arguments:
-h show this help message and exit
-y assume yes when prompted