Skip to content

Instantly share code, notes, and snippets.

@AndyStewart
Last active May 16, 2024 13:43
Show Gist options
  • Save AndyStewart/90f8ba27bdcea0602288d4c578a2257d to your computer and use it in GitHub Desktop.
Save AndyStewart/90f8ba27bdcea0602288d4c578a2257d to your computer and use it in GitHub Desktop.
boxstarter
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-WindowsOptionalFeature -Online -FeatureName MSMQ-Server -All
wsl --install
choco install microsoft-windows-terminal
choco install git
choco install dotnet
choco install nodejs
choco install visualstudiocode
choco install azure-cli
choco install terraform
choco install ravendb3
choco install sql-server-2022 --params="'/ASCOLLATION SQL_Latin1_General_CP1_CI_AS'"
choco install sql-server-management-studio
choco install visualstudio2022professional
choco install visualstudio2022-workload-netweb
choco install resharper
choco install jetbrains-rider
choco install nuget.commandline
choco install dotcover
choco install docker-desktop
Install-WindowsUpdate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment