One script to turn a fresh Ubuntu/Debian VM into a fully-loaded dev box — same toolset as amitpareek/devsys, but installed directly on a machine (OrbStack Linux machine, a cloud VPS, a Fly.io/Railway box) instead of a container. It also wires up Tailscale + Redis to survive reboots, and gives you encrypted off-VM backup/restore of all your CLI logins and configs via Tigris object storage — so you can rebuild an identical box anywhere with three secrets.
curl -fsSL https://gist.githubusercontent.com/shubhenducw/5e44db7e9e17b7a8e898721aab093c12/raw/devsys-vm.sh | bash