merge readme and script updates from dev branch (#25)
readme refinement, adding ml script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user