Ansible + PowerShell config for setting up Ubuntu development environments in WSL
PS > git clone https://github.com/jeremyj563/wsl-setup.git && cd wsl-setup
PS wsl-setup> code .\group_vars\all.yml
PS wsl-setup> . .\scripts\Set-ProfileScript.ps1
# Note: This command can be ran from anywhere if dot sourced as shown in initial setup
PS > Set-UbuntuConfig -DistroName <distro-name> [-NewDistro] [-SetDefault]