Skip to content

Instantly share code, notes, and snippets.

@dvgamerr
Last active January 9, 2023 00:51
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 "/NoGuiHereIntegratio /NoShellHereIntegration /NoShellIntegration" --force
refreshenv
git config --global user.name "Kananek Thongkam"
git config --global user.email "info.dvgamer@gmail.com"
REM git init --initial-branch=main
setx KUBE_EDITOR "code --wait"
choco install 7zip mpc-hc postman powertoys telegram discord
choco install vscode cmder powershell-core curl k9s kubectx putty jq ffmpeg
choco install nvm yarn rustup.install golang deno
refreshenv
nvm version
cargo install wasm-pack
yarn global add dbdocs eslint
REM Optional
choco install vagrant virtualbox
choco install python python2 virtualbox miniconda3
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