https://github.com/kud/shadow-box-bootstrap
https://github.com/kud/shadow-box-bootstrap
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kud/shadow-box-bootstrap
- Owner: kud
- Created: 2018-11-20T21:42:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T13:53:08.000Z (over 7 years ago)
- Last Synced: 2025-02-05T23:57:09.945Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shadow Box Bootstrap
Automated setup for your Windows shadow box environment.
## Prerequisites
- Windows 10/11
- Administrator privileges
## Quick Start
### 1. Install Chocolatey Package Manager
Run this command in an elevated PowerShell window:
```powershell
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
```
### 2. Install Essential Applications
```powershell
choco install git.install nodejs.install steam origin epicgameslauncher windirstat firefox bleachbit geforce-experience
```