Skip to content

Instantly share code, notes, and snippets.

@gfpaiva
Last active August 15, 2019 00:33
Show Gist options
  • Select an option

  • Save gfpaiva/92b8f7e7400ccc667ee6e9b7e829937c to your computer and use it in GitHub Desktop.

Select an option

Save gfpaiva/92b8f7e7400ccc667ee6e9b7e829937c to your computer and use it in GitHub Desktop.
myChoco
@"%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 install chocolatey -y
choco install chocolatey-core.extension -y
choco install googlechrome -y
choco install 7zip.install -y
choco install spotify -y
choco install git.install -y
choco install nodejs.install -y
choco install yarn -y
choco install visualstudiocode -y
choco install jdk8 -y
choco install mongodb -y
choco install mongodb.install -y
choco install robo3t.install -y
choco install postman -y
npm install --global --production windows-build-tools
git config --global credential.helper store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment