Skip to content

Commit

Permalink
Update visual-studio.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore authored Feb 8, 2024
1 parent 46019d3 commit 55bf29b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions visual-studio.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
iwr -useb cin.st | iex
choco feature enable --name=allowGlobalConfirmation

cinst netfx-4.8-devpack
cinst visualstudio2022enterprise
cinst visualstudio2022-workload-manageddesktop
cinst resharper-ultimate-all
cinst ncrunch-vs2022
cinst dotnetcore
choco install netfx-4.8-devpack
choco install visualstudio2022enterprise
choco install visualstudio2022-workload-manageddesktop
choco install resharper-ultimate-all
choco install ncrunch-vs2022
choco install dotnetcore

cinst nuget.commandline
choco install nuget.commandline
nuget.exe sources add -Name nuget.org -Source https://api.nuget.org/v3/index.json

cinst syspin --ignore-checksums # has a broken checksum
choco install syspin --ignore-checksums # has a broken checksum
syspin "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\devenv.exe" "Pin to taskbar"

Write-Host -Foreground yellow "Reboot when done"

0 comments on commit 55bf29b

Please sign in to comment.