Auto-starting WSL When WezTerm Launches

Open PowerShell with administrator privileges and run:

bash
New-Item -ItemType SymbolicLink -Path "$env:USERPROFILE\.config" -Target (Get-Location).Path + "\.config"

Edit wezterm.lua

lua
return {
  default_prog = { "wsl.exe", "--cd", "~" },
}