From fd1517164300b90ab9d8fc30fbf6d5f94aeed785 Mon Sep 17 00:00:00 2001 From: Kurtis Andrews Date: Tue, 30 Jun 2026 22:09:48 +0000 Subject: [PATCH] Update Added mailspring --- vargscript.ps1 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/vargscript.ps1 b/vargscript.ps1 index d27c4fe..eb0b78e 100644 --- a/vargscript.ps1 +++ b/vargscript.ps1 @@ -227,6 +227,11 @@ function Install-Messenger { Remove-Item $tempPath -Force } +function Install-Mailspring { + Write-Host "Installing MailSpring" -ForegroundColor Yellow + winget install Foundry376.Mailspring +} + function Show-InteractiveMenu { param ( [string]$Title = "Main Menu", @@ -258,18 +263,19 @@ do { "1" { Install-Zen Config-Zen + Install-Mailspring Install-FlowLauncher Config-FlowLauncher Install-Opencloud Install-SteamLink Install-Clink Install-Starship - Install-JaxCore - Install-Bitwarden + #Install-JaxCore + #Install-Bitwarden Install-Discord Install-LibreOffice #Install-Gimp - Install-Joplin + #Install-Joplin Install-WindowsTerminal Config-WindowsTerminal Install-VSCode