- Manually trigger Windows Update to Windows 10 19.03+
- Launch an administrative powershell and enable WSL via
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
- After the reboot, install Ubuntu, Ubuntu 18.04 and Windows Terminal (Preview) from the Windows Store.
- Start each Ubuntu distro once to set up users.
- Open Windows Terminal.
- In the dropdown, choose Settings. Choose a JSON editor if asked.
- Pull a new icon - likely ubuntu_32px.png - from https://github.com/yanglr/WindowsDevTools/tree/master/awosomeTerminal/icons
- Save the icon to C:\Users\shawn\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\RoamingState
- Copy an existing profile block and make the following changes:
- Change 1 hex digit of the UUID to make it unique
- Change the name to "Ubuntu 18.04"
- Change the executable to "ubuntu1804.exe"
- Change the bgcolor to "#300A24"
- Change the icon to "ms-appdata:///roaming/ubuntu_32px.png"
Refs https://stackoverflow.com/questions/56765067/how-do-i-get-windows-10-terminal-to-launch-wsl