diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-05-29 17:59:28 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-05-29 17:59:28 +0200 |
| commit | cdc30851294153ea39544281cae7bc035acabb99 (patch) | |
| tree | 62554de16e7abc27b2459a69f526661ab45ef7fb /.config | |
| parent | 0f1e312b078b5b44999865432e69e62a1fca0c6a (diff) | |
| download | dotfiles-cdc30851294153ea39544281cae7bc035acabb99.tar.gz dotfiles-cdc30851294153ea39544281cae7bc035acabb99.zip | |
Testing
Diffstat (limited to '.config')
| -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 } |
