Last active
June 6, 2017 06:12
-
-
Save sinairv/2e7a322ec791fd8d3102109da70e7dfe to your computer and use it in GitHub Desktop.
Dev Environment Setup with Chocolatey
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
choco install -y conemu | |
choco install -y googlechrome | |
choco install -y --allowemptychecksum paint.net | |
choco install -y vlc | |
choco install -y 7zip.install | |
choco install -y notepadplusplus.install | |
choco install -y git.install | |
choco install -y visualstudiocode | |
choco install -y tortoisegit | |
choco install -y notepad2 | |
choco install -y astrogrep | |
choco install -y poshgit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment