Skip to content

Instantly share code, notes, and snippets.

@romkatv
Created August 15, 2019 14:27
Show Gist options
  • Save romkatv/81a7c445be629510457589031bd6a4ef to your computer and use it in GitHub Desktop.
Save romkatv/81a7c445be629510457589031bd6a4ef to your computer and use it in GitHub Desktop.
Install Powerlevel10k font on Termux
mkdir -p ~/.termux
curl -fsSL -o ~/.termux/font.ttf 'https://github.com/romkatv/dotfiles-public/raw/master/.local/share/fonts/NerdFonts/MesloLGS%20NF%20Regular.ttf'
termux-reload-settings
@romkatv
Copy link
Author

romkatv commented Nov 28, 2020

The official installation instructions should work: https://github.com/romkatv/powerlevel10k#get-started. You don't need to install the font manually, just agree when asked by the wizard to do it for you.

@Zedai00
Copy link

Zedai00 commented Feb 20, 2022

Also see this which is the command run by the official installation
Link

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