Windows: wsl –install | Install WSL. |
Windows: wsl –list | List installed Linux flavours. |
Windows: wsl –install -d ubuntu | Install Ubuntu. |
Windows: wsl -s ubuntu | Make Ubuntu the default. |
WSL: sudo apt-get update && sudo apt-get install -y dotnet-sdk-7.0 | Install Dotnet on WSL. |
WSL: ll or ls -alF | List files properly. |
/mnt/c/Dev
\\wsl.localhost\Ubuntu\home
Edit your .bashrc
file, it will be \\wsl.localhost\Ubuntu\home\<you>\.bashrc
, append whatever you want to the bottom.