From 42585b3a70f9f5abeb0cd4f0975512c033248228 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 16 Jul 2023 15:40:24 +0200 Subject: [PATCH] Add comments to application restoration section --- scripts/Windows/Collections/Personal.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index 97d8e470..e1a33adf 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -27,6 +27,7 @@ function Backup-PersonalApps([Context] $context) { } function Restore-PersonalApps([Context] $context) { + # Backed up applications Restore-Git $context; Restore-LogitechGHUB $context; Restore-TmNations $context; @@ -39,9 +40,12 @@ function Restore-PersonalApps([Context] $context) { Restore-reWASD $context; Restore-VisualStudio $context; + # Coding choco install -y --params "/NoDesktopIcon" vscode vscode-insiders; choco install -y --params "/NoDesktopIcon /AssociateWithFiles" vscodium; winget install --scope machine --accept-source-agreements --accept-package-agreements -e --id VSCodium.VSCodium.Insiders --override '/VerySilent /MergeTasks="!runCode,quicklaunchicon,addcontextmenufiles,addcontextmenufolders,associatewithfiles,addtopath"'; + + # Gaming choco install -y goggalaxy; choco install -y epicgameslauncher steam;