Note: This requires a PowerShell prompt with winget installed. You should be able to copy and paste the code block to install. If you use an elevated PowerShell prompt, UAC will not pop up during the installs. ```PowerShell winget install -e --id Git.Git; ` winget install -e --id Microsoft.VisualStudioCode; ` winget install -e --id Google.AndroidStudio; ` winget install -e --id OpenJS.NodeJS --version 20.11.0; ``` 
```zsh brew install android-studio node cocoapods ```