aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel <61800298+ffe4@users.noreply.github.com>2021-03-21 19:03:53 +0300
committerGitHub <noreply@github.com>2021-03-21 19:03:53 +0300
commit58f5470cd98343581853dafe2a99430c0a6975e5 (patch)
tree385141384a02e472659fb0deef6c530e997e92db /README.md
parent7d786b9c50913028eec0463c5cca00796633997f (diff)
Add font configuration instructions for WezTerm (#1313)
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 32e606ca..488270ef 100644
--- a/README.md
+++ b/README.md
@@ -582,6 +582,15 @@ applications on your system. Configure your terminal to use this font:
font_family MesloLGS NF
```
Restart Kitty by closing all sessions and opening a new session.
+- **WezTerm**: Create or open `$HOME/.config/wezterm/wezterm.lua` and add the following:
+ ```lua
+ local wezterm = require 'wezterm';
+ return {
+ font = wezterm.font("MesloLGS NF"),
+ }
+ ```
+ If the file already exists, only add the line with the font to the existing return.
+ Also add the first line if it is not already present.
**IMPORTANT:** Run `p10k configure` after changing terminal font. The old `~/.p10k.zsh` may work
incorrectly with the new font.