aboutsummaryrefslogtreecommitdiff
path: root/unsorted/Shadow VRChat Devbox/README.md
blob: 0084437a073851c8901feabf478ac7d969cd638f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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')
```