mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-14 09:00:07 +00:00
don't assume that people know how to download files from a browser
This commit is contained in:
parent
3f9957c30a
commit
8a320aaf4e
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -110,9 +110,13 @@ the default system fonts. The full choice of style options is available only whe
|
||||||
|
|
||||||
### Recommended: Meslo Nerd Font patched for Powerlevel10k
|
### Recommended: Meslo Nerd Font patched for Powerlevel10k
|
||||||
|
|
||||||
Download these
|
Download these four ttf files:
|
||||||
[four ttf files](https://github.com/romkatv/dotfiles-public/tree/master/.local/share/fonts/NerdFonts),
|
- [MesloLGS NF Regular.ttf](https://github.com/romkatv/dotfiles-public/raw/master/.local/share/fonts/NerdFonts/MesloLGS%20NF%20Regular.ttf)
|
||||||
double-click on each and press "Install". This will make `MesloLGS NF` font available to all
|
- [MesloLGS NF Bold.ttf](https://github.com/romkatv/dotfiles-public/raw/master/.local/share/fonts/NerdFonts/MesloLGS%20NF%20Bold.ttf)
|
||||||
|
- [MesloLGS NF Italic.ttf](https://github.com/romkatv/dotfiles-public/raw/master/.local/share/fonts/NerdFonts/MesloLGS%20NF%20Italic.ttf)
|
||||||
|
- [MesloLGS NF Bold Italic.ttf](https://github.com/romkatv/dotfiles-public/raw/master/.local/share/fonts/NerdFonts/MesloLGS%20NF%20Bold%20Italic.ttf)
|
||||||
|
|
||||||
|
Double-click on each file and press "Install". This will make `MesloLGS NF` font available to all
|
||||||
applications on your system. Configure your terminal to use this font:
|
applications on your system. Configure your terminal to use this font:
|
||||||
|
|
||||||
- **iTerm2**: Open *iTerm2 → Preferences → Profiles → Text* and set *Font* to `MesloLGS NF`.
|
- **iTerm2**: Open *iTerm2 → Preferences → Profiles → Text* and set *Font* to `MesloLGS NF`.
|
||||||
|
|
Loading…
Reference in a new issue