# WSL-Ubuntu22.04 setup ## Setup with repository [repo](https://github.com/nirowu/ubuntu-setup) - change the font and style - `p10k configure` to change the setting - [more detail on setting](https://hackmd.io/LvjTsqEpSkq1bgaU_TyQfw) - use git to manage file ``` bash= git config --global user.name <name> git config --global user.email <email> ``` [ssh key](https://hackmd.io/1cVwYI2DQEybDN61IzsvnQ) ## check info and fix problem 1. check wsl version ```bash= wsl -l -v ``` 2. git clone failed problem ```bash= sudo apt install net-tools ifconfig sudo ifconfig eth0 mtu 1350 ``` ## reboot wsl ```bash= win key + R run services.msc choose LxssManager → restart ``` --- - source - [wsl issue](https://github.com/microsoft/WSL/issues/4253)