Initial commit

This commit is contained in:
2026-06-05 13:31:10 +02:00
commit b2d9581c25
12 changed files with 1006 additions and 0 deletions

26
scripts/choco-install.ps1 Normal file
View 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