From 5e6e8aa4a34e530e409e0fba494a454e9ab6e055 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 16 Jul 2023 15:44:00 +0200 Subject: [PATCH] Add HxD --- scripts/Windows/Collections/Personal.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index eaeb25e3..6083277a 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -51,6 +51,8 @@ function Restore-PersonalApps([Context] $context) { 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"'; + choco install -y HxD; + # Gaming choco install -y goggalaxy; choco install -y epicgameslauncher steam;