diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-08-02 10:02:07 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-08-02 10:02:07 +0300 |
commit | caddad8e4fb77bc7438dcfed8f37a660b4516cc5 (patch) | |
tree | 7202b0056a0f7312b7d6dda08adda43e083c879a /README.md | |
parent | a491e86d92a2cdd45373d0d16bb52ba6ec34366b (diff) |
update font instructions on windows
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 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`. - **Visual Studio Code**: Open *File → Preferences → Settings*, enter `terminal.integrated.fontFamily` in the search box and set value to `MesloLGS NF`. -- **Windows Command Prompt**: Use - [this script](https://gist.github.com/romkatv/aa7a70fe656d8b655e3c324eb10f6a8b). +- **Windows Command Prompt** (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 |