Add comments to application restoration section
This commit is contained in:
parent
529d2a9aef
commit
42585b3a70
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue