Update
Added mailspring
This commit is contained in:
+9
-3
@@ -227,6 +227,11 @@ function Install-Messenger {
|
|||||||
Remove-Item $tempPath -Force
|
Remove-Item $tempPath -Force
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function Install-Mailspring {
|
||||||
|
Write-Host "Installing MailSpring" -ForegroundColor Yellow
|
||||||
|
winget install Foundry376.Mailspring
|
||||||
|
}
|
||||||
|
|
||||||
function Show-InteractiveMenu {
|
function Show-InteractiveMenu {
|
||||||
param (
|
param (
|
||||||
[string]$Title = "Main Menu",
|
[string]$Title = "Main Menu",
|
||||||
@@ -258,18 +263,19 @@ do {
|
|||||||
"1" {
|
"1" {
|
||||||
Install-Zen
|
Install-Zen
|
||||||
Config-Zen
|
Config-Zen
|
||||||
|
Install-Mailspring
|
||||||
Install-FlowLauncher
|
Install-FlowLauncher
|
||||||
Config-FlowLauncher
|
Config-FlowLauncher
|
||||||
Install-Opencloud
|
Install-Opencloud
|
||||||
Install-SteamLink
|
Install-SteamLink
|
||||||
Install-Clink
|
Install-Clink
|
||||||
Install-Starship
|
Install-Starship
|
||||||
Install-JaxCore
|
#Install-JaxCore
|
||||||
Install-Bitwarden
|
#Install-Bitwarden
|
||||||
Install-Discord
|
Install-Discord
|
||||||
Install-LibreOffice
|
Install-LibreOffice
|
||||||
#Install-Gimp
|
#Install-Gimp
|
||||||
Install-Joplin
|
#Install-Joplin
|
||||||
Install-WindowsTerminal
|
Install-WindowsTerminal
|
||||||
Config-WindowsTerminal
|
Config-WindowsTerminal
|
||||||
Install-VSCode
|
Install-VSCode
|
||||||
|
|||||||
Reference in New Issue
Block a user