15 lines
351 B
Markdown
15 lines
351 B
Markdown
|
# WinSetup script
|
||
|
|
||
|
Available package collections:
|
||
|
- `classic` - Customers and family collection
|
||
|
- `workstation` - My collection
|
||
|
- `gaming` - Gaming collection
|
||
|
- `nvidia` - Nvidia GPU collection
|
||
|
|
||
|
## Download and run script
|
||
|
```powershell
|
||
|
winget install Git.Git Microsoft.PowerShell
|
||
|
git clone https://git.vofy.cz/winsetup.git
|
||
|
.\winsetup\winsetup.ps1
|
||
|
```
|