Merge branch 'main' of https://git.vofy.cz/vofy/winsetup
This commit is contained in:
commit
a968325f24
2 changed files with 9 additions and 2 deletions
|
@ -10,5 +10,5 @@ Available package collections:
|
|||
```powershell
|
||||
winget install Git.Git Microsoft.PowerShell
|
||||
git clone https://git.vofy.cz/vofy/winsetup.git
|
||||
.\winsetup\winsetup.ps1 --collections classic,workstation,gaming,nvidia
|
||||
.\winsetup\setup.ps1 -collections classic,workstation,gaming,nvidia
|
||||
```
|
||||
|
|
|
@ -11,6 +11,7 @@ $packages = @{
|
|||
'Microsoft.WindowsTerminal'
|
||||
'RustDesk.RustDesk'
|
||||
'7zip.7zip'
|
||||
'GIMP.GIMP'
|
||||
)
|
||||
"classic" = @('Google.Chrome')
|
||||
"workstation" = @(
|
||||
|
@ -24,8 +25,14 @@ $packages = @{
|
|||
'Microsoft.VisualStudioCode'
|
||||
'MartiCliment.UniGetUI'
|
||||
'Mozilla.Thunderbird'
|
||||
'WireGuard.WireGuard'
|
||||
'Bitwarden.Bitwarden'
|
||||
'Mikrotik.Winbox'
|
||||
)
|
||||
"gaming" = @(
|
||||
'Valve.Steam'
|
||||
'Discord.Discord'
|
||||
)
|
||||
"gaming" = @('Valve.Steam')
|
||||
"nvidia" = @('Nvidia.GeForceExperience')
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue