Skip to content

Instantly share code, notes, and snippets.

@dvgamerr
Last active October 13, 2024 04:30
Show Gist options
  • Save dvgamerr/df29a705babc74694cd1f4e3c2fb5337 to your computer and use it in GitHub Desktop.
Save dvgamerr/df29a705babc74694cd1f4e3c2fb5337 to your computer and use it in GitHub Desktop.
@echo off
@"powershell" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
refreshenv
choco feature enable -n allowGlobalConfirmation
choco install googlechrome bitwarden
@echo off
choco install git.install --params "/NoGuiHereIntegration /NoShellHereIntegration /NoShellIntegration /NoAutoCrlf" --force
refreshenv
git config --global user.name "Kananek Thongkam"
git config --global user.email "[email protected]"
REM git init --initial-branch=main
setx KUBE_EDITOR "code --wait"
choco install 7zip mpc-hc postman powertoys telegram discord audacity
choco install vscode cmder powershell-core curl k9s kubectx putty jq ffmpeg
choco install nvm pnpm rustup.install golang bun cuda
rustup toolchain install stable-x86_64-pc-windows-gnu
rustup default stable-x86_64-pc-windows-gnu
refreshenv
nvm version
cargo install wasm-pack
REM Optional
choco install vagrant virtualbox
choco install python python2 virtualbox miniconda3 cuda
choco install microsoft-build-tools visualstudio2019buildtools
choco install steam epicgameslauncher internet-download-manager
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
REN Show all Options Right click
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment