This PR gets Master up to date with the common scripts approach. These are not done but this seems far enough along to proceed. We'll now move forward with refining these common scripts along with the dev scenario scripts that reference them.
8 lines
244 B
PowerShell
8 lines
244 B
PowerShell
|
|
# tools we expect devs across many scenarios will want
|
|
choco install -y vscode
|
|
choco install -y git -params '"/GitAndUnixToolsOnPath /WindowsTerminal"'
|
|
choco install -y python
|
|
choco install -y 7zip.install
|
|
choco install -y sysinternals
|