(powershell)
- Install WSL2
wsl --install archlinux -n- Run script. Enter password when prompted
wsl -- bash -c "curl https://gist.githubusercontent.com/raitonoberu/79d9f896e4664d25f696ff2beef97db4/raw/wsl.sh -o /tmp/wsl.sh && bash /tmp/wsl.sh $Env:UserName"- Restart to apply configuration
wsl --shutdown
wsl