aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-05-29 17:59:28 +0200
committersrdusr <trevorgray@srdusr.com>2024-05-29 17:59:28 +0200
commitcdc30851294153ea39544281cae7bc035acabb99 (patch)
tree62554de16e7abc27b2459a69f526661ab45ef7fb /.config
parent0f1e312b078b5b44999865432e69e62a1fca0c6a (diff)
downloaddotfiles-cdc30851294153ea39544281cae7bc035acabb99.tar.gz
dotfiles-cdc30851294153ea39544281cae7bc035acabb99.zip
Testing
Diffstat (limited to '.config')
-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
}