Last active
October 13, 2024 04:30
-
-
Save dvgamerr/df29a705babc74694cd1f4e3c2fb5337 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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