diff options
Diffstat (limited to '.config/powershell/bootstrap.ps1')
| -rw-r--r-- | .config/powershell/bootstrap.ps1 | 2 |
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 } |
