diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-09-06 13:24:42 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-09-06 13:24:42 +0300 |
commit | 1ec035ead3d72c0767c1c532abfe93ef75087d4b (patch) | |
tree | 4ffeccf95f25eb975b6a605f089c6b4afbb56f7b | |
parent | e8a38dc404d58bd281993fa19cb3358a9c91e7fa (diff) |
font docs
-rw-r--r-- | README.md | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -122,19 +122,17 @@ Double-click on each file and press "Install". This will make `MesloLGS NF` font applications on your system. Configure your terminal to use this font: - **iTerm2**: Open *iTerm2 → Preferences → Profiles → Text* and set *Font* to `MesloLGS NF`. -- **Hyper**: Open *Hyper → Edit → Preferences* and change the value for `fontFamily` to - `MesloLGS NF` under `module.exports.config`. +- **Hyper**: Open *Hyper → Edit → Preferences* and change the value of `fontFamily` under + `module.exports.config` to `MesloLGS NF`. - **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 the value to `MesloLGS NF`. +- **GNOME Terminal** (the default Ubuntu terminal): Run: + `sudo apt install libglib2.0-bin && gsettings set org.gnome.desktop.interface monospace-font-name 'MesloLGS NF 11'`. - **Windows Console Host** (the old thing): Click the icon in the top left corner, then *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: -```zsh -sudo apt install libglib2.0-bin -gsettings set org.gnome.desktop.interface monospace-font-name 'MesloLGS NF 11' -``` +- **Termux**: Type `p10k configure` and answer `Yes` when asked whether to install *Meslo Nerd Font*. Run `p10k configure` to pick the best style for your new font. |