Skip to content

Instantly share code, notes, and snippets.

@svassr
Last active January 7, 2020 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svassr/bf43c24cb3ab226beddb0f6895c82c21 to your computer and use it in GitHub Desktop.
Save svassr/bf43c24cb3ab226beddb0f6895c82c21 to your computer and use it in GitHub Desktop.
Reinstall windows machine with chocolatey
# install chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install -y adobereader googlechrome firefox nodejs nvm
npm install -g gulp npm eslint
npm install --global --production windows-build-tools
choco install -y filezilla superputty jre8 vlc 7zip winrar git vscode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment