diff --git a/vargscript.ps1 b/vargscript.ps1 index 0c6f623..f63d696 100644 --- a/vargscript.ps1 +++ b/vargscript.ps1 @@ -105,7 +105,7 @@ function Install-Discord { function Install-LibreOffice { Write-Host "Installing LibreOffice" - TheDocumentFoundation.LibreOffice + winget install TheDocumentFoundation.LibreOffice } function Install-Gimp { @@ -141,6 +141,11 @@ function Config-WindowsTerminal { Invoke-WebRequest $download -Out "$folderPath\settings.json" } +function Install-VSCode { + Write-Host "Installing VSCode" + winget install Microsoft.VisualStudioCode +} + function Show-InteractiveMenu { param ( [string]$Title = "Main Menu", @@ -185,8 +190,9 @@ do { Install-Gimp Install-Joplin Install-PlexAmp - Install-Terminal + Install-WindowsTerminal Config-WindowsTerminal + Install-VSCode Pause } "2" {