# Shadow VRChat Devbox Setup Script This PowerShell script automates the setup of a VRChat development environment on a Shadow cloud-based PC. It installs essential software and configures them to sane defaults ready for VRChat development. ## Quick Start Run ONE of the following commands in PowerShell on your Shadow PC: **Reliable cached version:** ```powershell iex (New-Object Net.WebClient).DownloadString('https://zue.dev/shadow-vrchat.ps1') ``` **Latest version (may be unstable):** ```powershell iex (New-Object Net.WebClient).DownloadString('https://forgejo.sovereign.zue.dev/zuedev/monorepo/raw/branch/main/unsorted/Shadow%20VRChat%20Devbox/setup.ps1') ```