Configs

WSL Ubuntu

Install Ubuntu via WSL

As per Microsoft’s WSL install guide:

Go into Windows Features, turn on Windows Subsystem for Linux and then restart computer

Note the different Windows native and WSL home folders

Terminal Windows native home WSL home
PowerShell ~ or C:\Users\kumar \\wsl$\Ubuntu\home\kumar-wsl
Git-Bash ~ or /c/Users/kumar /\\wsl.localhost/Ubuntu/home/kumar-wsl
WSL /mnt/c/Users/kumar ~ or /home/kumar-wsl

Post-install steps

Alacritty

Dev-softwares