Last active
August 15, 2019 00:33
-
-
Save gfpaiva/92b8f7e7400ccc667ee6e9b7e829937c to your computer and use it in GitHub Desktop.
myChoco
This file contains hidden or 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
| @"%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