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
|
```powershell
|
||||||
winget install Git.Git Microsoft.PowerShell
|
winget install Git.Git Microsoft.PowerShell
|
||||||
git clone https://git.vofy.cz/vofy/winsetup.git
|
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'
|
'Microsoft.WindowsTerminal'
|
||||||
'RustDesk.RustDesk'
|
'RustDesk.RustDesk'
|
||||||
'7zip.7zip'
|
'7zip.7zip'
|
||||||
|
'GIMP.GIMP'
|
||||||
)
|
)
|
||||||
"classic" = @('Google.Chrome')
|
"classic" = @('Google.Chrome')
|
||||||
"workstation" = @(
|
"workstation" = @(
|
||||||
|
@ -24,8 +25,14 @@ $packages = @{
|
||||||
'Microsoft.VisualStudioCode'
|
'Microsoft.VisualStudioCode'
|
||||||
'MartiCliment.UniGetUI'
|
'MartiCliment.UniGetUI'
|
||||||
'Mozilla.Thunderbird'
|
'Mozilla.Thunderbird'
|
||||||
|
'WireGuard.WireGuard'
|
||||||
|
'Bitwarden.Bitwarden'
|
||||||
|
'Mikrotik.Winbox'
|
||||||
|
)
|
||||||
|
"gaming" = @(
|
||||||
|
'Valve.Steam'
|
||||||
|
'Discord.Discord'
|
||||||
)
|
)
|
||||||
"gaming" = @('Valve.Steam')
|
|
||||||
"nvidia" = @('Nvidia.GeForceExperience')
|
"nvidia" = @('Nvidia.GeForceExperience')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue