Last active
May 16, 2024 13:43
-
-
Save AndyStewart/90f8ba27bdcea0602288d4c578a2257d to your computer and use it in GitHub Desktop.
boxstarter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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