Windows Subsystem for Linux provisioning code
This repository contains code that provisions a bare bone WLS installation with tools listed below:
On top of that various customaizations are done to:
Download & install a decent shell application:
Download & install docker for Windows. Linux version will connect to it through DOCKCER_HOST
.
If you want a nice font please try Hack.
Scripts in this repositroy depend on SaltStack.
Please install it by executing the command below:
wget -qO- https://bootstrap.saltstack.com | sudo sh -s -- -P -d git develop
Fill out templating info:
cp states/vars.template states/vars
vim states/vars
Once done, run saltstack:
sudo salt-call --local --file-root=./states state.highstate
Please wait for the scipts to do their work. This should take around 5 mins.