From cdc30851294153ea39544281cae7bc035acabb99 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 29 May 2024 17:59:28 +0200 Subject: Testing --- .config/powershell/bootstrap.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/powershell/bootstrap.ps1 b/.config/powershell/bootstrap.ps1 index 1ee94f2..4aca400 100644 --- a/.config/powershell/bootstrap.ps1 +++ b/.config/powershell/bootstrap.ps1 @@ -103,7 +103,7 @@ Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://com # Install Applications Write-Host "Installing Applications" Write-Host "----------------------------------------" -$apps = @("git", "firefox", "nomachine", "ripgrep", "fd", "sudo", "win32yank", "openssh") +$apps = @("ripgrep", "fd", "sudo", "win32yank") foreach ($app in $apps) { choco install $app -y } -- cgit v1.2.3