DEV Community

Discussion on: How to fix zsh icons in Visual Studio Code terminal?

Collapse
 
marving_velsquezrivas_7 profile image
Marving Velásquez Rivas

I've tried this on manjaro 21.2.6, but it look worse now, icons are missing and the lines are too wide, what should I do? Try other font?

Collapse
 
gschurck profile image
Guillaume

Same for me, use the MesloLGS NF font from github.com/romkatv/powerlevel10k-m...
It works for me.

Collapse
 
rod2ik profile image
rod2ik • Edited

Hi, Thanks to you all,

I. On Manjaro
I am using Manjaro 21.3.4 (kde) and I confirm this helped me.
This is precisely what I did :
1°) Install the Meslo Nerd Font :
$ sudo pacman -S ttf-meslo-nerd-font-powerlevel10k

2°) Configure Vscode as explained in this tuto, with :
Terminal>Integrated: Font Family
MesloLGS NF

II. On ArchLinux
1°) Install the Meslo Nerd Font :
$ yay -S ttf-meslo-nerd-font-powerlevel10k

2°) Configure Vscode as explained in this tuto, with :
Terminal>Integrated: Font Family
MesloLGS NF

Thanks !! :)