In windows terminal. Open JSON file. Add inside the ubuntu object
"font": { "face": "MesloLGS NF"}
Press enter or click to view image in full size
Customize terminal look. In Ubuntu terminal run
p10k configure
Follow the questions and enter you’re choice. If the MesloLGS NF fonts were installed correctly, you will see a diamond. Else it will be [] empty box.
Press enter or click to view image in full size
Extra
Add an alias in the .zshrc file
alias -g home="~ && /mnt/c/Users/yourusername"
Having this alias make cd to root window file much easier
cd homeThis is shortcut for the same as.cd ~ (this will cd into the WSL root-main folder)Then cd /mnt/c/Users/yourusername (this will cd into the Window root-main folder)