mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
update font instructions on windows
This commit is contained in:
parent
a491e86d92
commit
caddad8e4f
1 changed files with 4 additions and 2 deletions
|
@ -117,8 +117,10 @@ 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`.
|
||||||
- **Visual Studio Code**: Open *File → Preferences → Settings*, enter
|
- **Visual Studio Code**: Open *File → Preferences → Settings*, enter
|
||||||
`terminal.integrated.fontFamily` in the search box and set value to `MesloLGS NF`.
|
`terminal.integrated.fontFamily` in the search box and set value to `MesloLGS NF`.
|
||||||
- **Windows Command Prompt**: Use
|
- **Windows Command Prompt** (the old thing): Click the icon in the top left corner, then
|
||||||
[this script](https://gist.github.com/romkatv/aa7a70fe656d8b655e3c324eb10f6a8b).
|
*Properties → Font* and set *Font* to 'MesloLGS NF`.
|
||||||
|
- **Windows Terminal** (the new thing): Open *Settings* (`Ctrl+,`), search for `fontFace` and set
|
||||||
|
value to `MesloLGS NF` for every profile.
|
||||||
- **Linux/GNOME** (all terminals): Type this command:
|
- **Linux/GNOME** (all terminals): Type this command:
|
||||||
```zsh
|
```zsh
|
||||||
sudo apt install libglib2.0-bin
|
sudo apt install libglib2.0-bin
|
||||||
|
|
Loading…
Reference in a new issue