Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fmartins-andre/f14eafaaf889e529b4ca69273d171069 to your computer and use it in GitHub Desktop.
Save fmartins-andre/f14eafaaf889e529b4ca69273d171069 to your computer and use it in GitHub Desktop.
Add ZSH font ligatures to VSCode on Manjaro

Add font ligatures to the code editor:

  1. install ttf-firacode-nerd font:
    sudo pacman -S ttf-firacode-nerd
  2. configure it in vscode. add the following line to the user settings.json file:
    "editor.fontFamily": "Fira Code"

Add font ligatures and icons to the integrated terminal:

  1. install ttf-meslo-nerd-font-powerlevel10k font:
    sudo pacman -S ttf-meslo-nerd-font-powerlevel10k
  2. configure it in vscode. add the following line to the user settings.json file:
    "terminal.integrated.fontFamily": "MesloLGS NF"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment