aboutsummaryrefslogtreecommitdiff
path: root/.config/powershell
diff options
context:
space:
mode:
Diffstat (limited to '.config/powershell')
-rw-r--r--.config/powershell/bootstrap.ps12
1 files changed, 1 insertions, 1 deletions
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
}