We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaac554 commit e88c94aCopy full SHA for e88c94a
scripts/CommonDevTools.ps1
@@ -1 +1,7 @@
1
2
+# tools we expect devs across many scenarios will want
3
+choco install -y vscode
4
+choco install -y git --package-parameters="'/GitAndUnixToolsOnPath /WindowsTerminal'"
5
+choco install -y python
6
+choco install -y 7zip.install
7
+choco install -y sysinternals
0 commit comments