work
This commit is contained in:
@@ -159,7 +159,8 @@ $packages = @(
|
||||
"GnuWin32.gzip",
|
||||
"rustlang.rustup",
|
||||
"Mozilla.Firefox",
|
||||
"SlackTechnologies.Slack"
|
||||
"SlackTechnologies.Slack",
|
||||
"Anthropic.ClaudeCode"
|
||||
)
|
||||
$ExtraPackages = @(
|
||||
"mRemoteNG.mRemoteNG",
|
||||
@@ -189,7 +190,8 @@ if ($Flags.WingetEnabled)
|
||||
$toolPaths = @(
|
||||
"C:\ProgramData\chocolatey\tools",
|
||||
"C:\Program Files (x86)\GnuWin32\bin",
|
||||
"$env:LOCALAPPDATA\bob_bin"
|
||||
"$env:LOCALAPPDATA\bob_bin",
|
||||
"$env:LOCALAPPDATA\Programs\Git\git-bash.exe"
|
||||
)
|
||||
|
||||
$currentPath = [Environment]::GetEnvironmentVariable("Path", "User")
|
||||
@@ -235,7 +237,7 @@ if ($Flags.ChocoEnabled)
|
||||
Write-Divider
|
||||
Write-Host "Installing Chocolatey Packages"
|
||||
## Nvim requirements from choco, needs to be run as admin
|
||||
Start-Process pwsh -Verb RunAs -ArgumentList "-Command", "choco install make unzip ripgrep zig"
|
||||
Start-Process pwsh -Verb RunAs -ArgumentList "-Command", "choco install make unzip ripgrep zig kubelogin"
|
||||
}
|
||||
|
||||
if ($Flags.PipEnabled)
|
||||
|
||||
Reference in New Issue
Block a user