Created
May 14, 2019 13:18
-
-
Save vejandla/4dfd1b441985cc25203da8892b803ddd to your computer and use it in GitHub Desktop.
choco Install new machine setup
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 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