From e49836d43026f658a19801f9ac4f12f34963a54b Mon Sep 17 00:00:00 2001 From: vofy Date: Fri, 8 Nov 2024 13:30:56 +0100 Subject: [PATCH 1/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2b6e98..63eeb8d 100644 --- a/README.md +++ b/README.md @@ -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 ``` From b54e151225d406e6f455c3f3ddff28152ace191d Mon Sep 17 00:00:00 2001 From: vofy Date: Fri, 8 Nov 2024 13:35:42 +0100 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63eeb8d..7f70a66 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,5 @@ Available package collections: ```powershell winget install Git.Git Microsoft.PowerShell git clone https://git.vofy.cz/vofy/winsetup.git -.\winsetup\setup.ps1 --collections classic,workstation,gaming,nvidia +.\winsetup\setup.ps1 -collections classic,workstation,gaming,nvidia ``` From b91951bfa408c8a56c3aec3d04de8cd76d855463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Batelka?= Date: Fri, 8 Nov 2024 19:37:00 +0100 Subject: [PATCH 3/6] Update --- setup.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.ps1 b/setup.ps1 index eadbe25..64086d9 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -11,6 +11,7 @@ $packages = @{ 'Microsoft.WindowsTerminal' 'RustDesk.RustDesk' '7zip.7zip' + 'GIMP.GIMP' ) "classic" = @('Google.Chrome') "workstation" = @( @@ -23,6 +24,7 @@ $packages = @{ 'Prusa3D.PrusaSlicer' 'Microsoft.VisualStudioCode' 'MartiCliment.UniGetUI' + 'WireGuard.WireGuard' ) "gaming" = @('Valve.Steam') "nvidia" = @('Nvidia.GeForceExperience') From e26e05509626755e94ec33a02df3b21808582584 Mon Sep 17 00:00:00 2001 From: vofy Date: Sat, 9 Nov 2024 20:33:47 +0100 Subject: [PATCH 4/6] Update setup.ps1 --- setup.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.ps1 b/setup.ps1 index 64086d9..0a67271 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -26,7 +26,10 @@ $packages = @{ 'MartiCliment.UniGetUI' 'WireGuard.WireGuard' ) - "gaming" = @('Valve.Steam') + "gaming" = @( + 'Valve.Steam' + 'Discord.Discord' + ) "nvidia" = @('Nvidia.GeForceExperience') } From e70eb5f9fbca31e796b508a508466e2ad5a33185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Batelka?= Date: Sun, 10 Nov 2024 14:32:10 +0100 Subject: [PATCH 5/6] Update --- setup.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.ps1 b/setup.ps1 index 64086d9..b67e88a 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -25,6 +25,7 @@ $packages = @{ 'Microsoft.VisualStudioCode' 'MartiCliment.UniGetUI' 'WireGuard.WireGuard' + 'Bitwarden.Bitwarden' ) "gaming" = @('Valve.Steam') "nvidia" = @('Nvidia.GeForceExperience') From 7ffb2c464b36cf7e580281326a6a9f74842c0720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Batelka?= Date: Sun, 10 Nov 2024 15:03:46 +0100 Subject: [PATCH 6/6] Update --- setup.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.ps1 b/setup.ps1 index 8f6d73b..a7be947 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -26,6 +26,7 @@ $packages = @{ 'MartiCliment.UniGetUI' 'WireGuard.WireGuard' 'Bitwarden.Bitwarden' + 'Mikrotik.Winbox' ) "gaming" = @( 'Valve.Steam'