Skip to content

Instantly share code, notes, and snippets.

@incogbyte
Created February 18, 2022 16:45
Show Gist options
  • Select an option

  • Save incogbyte/373f37817742c53891a076391533fe6d to your computer and use it in GitHub Desktop.

Select an option

Save incogbyte/373f37817742c53891a076391533fe6d to your computer and use it in GitHub Desktop.
Install Meslo Fonts Ubuntu Linux Mint and debians
#!/bin/bash
sudo apt install fontconfig
cd ~
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Meslo.zip
mkdir -p .local/share/fonts
unzip Meslo.zip -d .local/share/fonts
cd .local/share/fonts
rm *Windows*
cd ~
rm Meslo.zip
fc-cache -fv
@RyuzakiiL23
Copy link
Copy Markdown

thanks

@Yuzuru-Yamazaki
Copy link
Copy Markdown

W

@LuisJoseSanchez
Copy link
Copy Markdown

👍

@YoniSL
Copy link
Copy Markdown

YoniSL commented Oct 8, 2024

W

@Karambolp
Copy link
Copy Markdown

Thank You

@Sarf137inverse
Copy link
Copy Markdown

Respect

@jscouten-lab
Copy link
Copy Markdown

Thanks, this was helpful.

@jose1711
Copy link
Copy Markdown

jose1711 commented Mar 6, 2026

It'd be safer to be more explicit in the rm command in case there are other fonts already containing the string Windows:

rm Meslo\ LG*Windows\ Compatible.ttf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment