Initial commit
This commit is contained in:
26
scripts/choco-install.ps1
Normal file
26
scripts/choco-install.ps1
Normal file
@@ -0,0 +1,26 @@
|
||||
echo "Installing stuff from choco..."
|
||||
|
||||
# TODO: zed
|
||||
# TODO: visual studio
|
||||
# TODO: c++ build tools? wdk? windows sdk?
|
||||
choco install `
|
||||
croc `
|
||||
curl `
|
||||
firefox `
|
||||
git `
|
||||
helix `
|
||||
nushell `
|
||||
procmon `
|
||||
protoc `
|
||||
rustup.install `
|
||||
vcredist-all `
|
||||
visualstudio2022-workload-vctools `
|
||||
visualstudio2022-workload-universalbuildtools `
|
||||
visualstudio2022buildtools `
|
||||
volta `
|
||||
windows-sdk-11-version-22h2-all `
|
||||
zig `
|
||||
zoxide `
|
||||
--yes
|
||||
|
||||
git config --system core.longpaths true
|
||||
Reference in New Issue
Block a user