devbox
A developer workstation VM. Installs Docker Engine and zsh via cloud-init on first boot.
vee create dev --template devbox
vee create dev --template devbox --distro ubuntu # default
- Docker Engine (latest)
- zsh + Oh My Zsh
- Common dev tools: git, curl, jq, vim
- Supports
--distroto switch the base Linux distro (where images are available). --distro omarchydelegates to theomarchytemplate: an unattended install of Omarchy’s Arch + Hyprland desktop from its own ISO, with the devbox’sdevuser carried over. Omarchy has no cloud-init, but its stock install already includes Docker, lazydocker, and git.- Supports
--virtiofs-dirto share your home directory or project folder into the VM.