merge readme and script updates from dev branch (#25)

readme refinement, adding ml script
This commit is contained in:
Yosef Durr
2018-05-06 11:35:16 -07:00
committed by GitHub
parent 6f37693754
commit c14d8f7586
5 changed files with 86 additions and 35 deletions

View File

@@ -23,13 +23,17 @@ choco install -y 7zip.install
choco install -y Microsoft-Hyper-V-All -source windowsFeatures
choco install -y Microsoft-Windows-Subsystem-Linux -source windowsfeatures
#--- Ubuntu ---
Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1604 -OutFile ~/Ubuntu.appx -UseBasicParsing
Add-AppxPackage -Path ~/Ubuntu.appx
#--- Browsers ---
choco install -y Firefox
choco install -y Googlechrome
#--- Fonts ---
choco install -y inconsolata
choco install -y ubuntu.font
# choco install -y ubuntu.font
#--- Tools ---
choco install -y nodejs-lts # Node.js LTS, Recommended for most users
@@ -40,7 +44,6 @@ choco install -y sysinternals
choco install -y docker-for-windows
choco install -y python2 # Node.js requires Python 2 to build native modules
choco install -y pip
choco install -y easy.install
Enable-UAC
Enable-MicrosoftUpdate