2024-03-11 16:32:47 +00:00
|
|
|
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;
|
|
|
|
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'));
|
|
|
|
|
|
|
|
Import-Module $env:ChocolateyInstall/helpers/chocolateyProfile.psm1;
|
|
|
|
|
|
|
|
choco install -y git --params='/WindowsTerminalProfile /DefaultBranchName:main';
|
|
|
|
choco install -y powershell-core --install-arguments='"ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1 ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 REGISTER_MANIFEST=1 USE_MU=1 ENABLE_MU=1"';
|
|
|
|
refreshenv;
|
|
|
|
|
|
|
|
Set-Location C:/;
|
2024-03-13 21:30:14 +00:00
|
|
|
pwsh -Command { . ./scripts/Windows/Software/winget/install.ps1; Install-Winget };
|
2024-07-27 21:18:04 +00:00
|
|
|
& "$env:INSTALLER_SCRIPT"
|