razorback
Fast deploy of Will's standard Windows config.
Windows (PowerShell 7+, elevated)
irm razorback.snyder.it/ps1 | iex
Equivalent short alias: irm deploy.snyder.it/ps1 | iex — both hostnames serve the same content.
Linux/macOS
v2 — not yet supported.
What it does
- Installs PowerShell 7, git, gh, jq, fzf, 7zip
- Configures Windows OpenSSH + ssh-agent service
- Drops
~/.ssh/config for snyder.it homelab + GitHub
- Installs YubiKey tooling (ykman, smart card minidriver) — FIDO2-sk SSH
- Installs Bitwarden Desktop + CLI
- Configures Google Cloud SDK pointing at
snyder-mcp-gateway-0326
- Optional: caches SSH keys + SMB creds from GCP Secret Manager
- Optional: installs Nerd Fonts + Windows Terminal settings
- Optional: Oh My Posh prompt with
cloud_context theme
Source: github.com/afs5327/razorback ·
Design doc