Created
December 29, 2017 15:20
-
-
Save mdekrey/cecec6c666ccf6edf4290e76bd32b50c to your computer and use it in GitHub Desktop.
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
# As always with machine setup, this is constantly evolving. | |
# As administrator, Powershell: | |
choco install -y ` | |
7zip ` | |
docker ` | |
docker-compose ` | |
docker-for-windows ` | |
DotNet4.5.2 ` | |
Firefox ` | |
git ` | |
git-credential-manager-for-windows ` | |
GoogleChrome ` | |
InkScape ` | |
nodejs ` | |
putty.install ` | |
SQLite ` | |
tortoisegit ` | |
visualstudiocode ` | |
yarn | |
npm install --production windows-build-tools |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment