Skip to content

Instantly share code, notes, and snippets.

@aronreisx
Forked from cecepm/install-meslo-fonts.sh
Created December 29, 2023 12:20
Show Gist options
  • Save aronreisx/41e6fe566d26db8ea1396b79d9041f3d to your computer and use it in GitHub Desktop.
Save aronreisx/41e6fe566d26db8ea1396b79d9041f3d to your computer and use it in GitHub Desktop.
Install Meslo Nerd Font patched for Powerlevel10k
mkdir -p ~/.fonts
curl -L https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf --output ~/.fonts/'MesloLGS NF Regular.ttf'
curl -L https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold.ttf --output ~/.fonts/'MesloLGS NF Bold.ttf'
curl -L https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Italic.ttf --output ~/.fonts/'MesloLGS NF Italic.ttf'
curl -L https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Bold%20Italic.ttf --output ~/.fonts/'MesloLGS NF Bold Italic.ttf'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment