WSL Configuration Note

Important
First thing first, for personal use only. I am not responsible for the content or its consequences.

1
sudo apt update && sudo apt upgrade -y

Install & configure Oh My Zsh

See here.

Remove Windows environment variables

In /etc/wsl.conf, add the following:

1
2
[interop]
appendWindowsPath = false

Then restart WSL.

1
2
wsl --shutdown
wsl