Skip to content

Instantly share code, notes, and snippets.

@vejandla
Created May 14, 2019 13:18
Show Gist options
  • Save vejandla/4dfd1b441985cc25203da8892b803ddd to your computer and use it in GitHub Desktop.
Save vejandla/4dfd1b441985cc25203da8892b803ddd to your computer and use it in GitHub Desktop.
choco Install new machine setup
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
choco feature enable -n allowGlobalConfirmation
choco install conemu /y
choco install 7zip.install /y
choco install git /y
choco install git.install /y
choco install nvm /y
choco install notepadplusplus /y
choco install visualstudiocode /y
choco install cmder /y
choco install linqpad5 /y
choco install postman /y
choco install ditto /y
ECHO Installing latest node lts using nvm
nvm install --lts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment