From c187964ad3edf6ba45d2cedad40bb3e460696876 Mon Sep 17 00:00:00 2001 From: Cesar William Alvarenga Date: Sat, 28 Dec 2024 22:29:05 -0800 Subject: [PATCH 1/2] Update font.md with the font configuration for Ghostty terminal --- font.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/font.md b/font.md index 54456668..cadeca6f 100644 --- a/font.md +++ b/font.md @@ -168,6 +168,11 @@ If you are using a different terminal, proceed with manual font installation. [basic.interface.font] value = "MesloLGS NF" ``` + - **Ghostty**: Open *Menu → Open Configuration* (Linux) or + *Ghostty → Settings...* (Mac) and add the following line: + ```text + font-family = "MesloLGS NF" + ``` 1. Run `p10k configure` to generate a new `~/.p10k.zsh`. The old config may work incorrectly with the new font. From c85cd0f02844ff2176273a450c955b6532a185dc Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Sun, 29 Dec 2024 10:39:03 +0100 Subject: [PATCH 2/2] docs: reformat font instructions for ghostty and copy them over to README.md (#2809) --- README.md | 5 +++++ font.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b45e155..d95c46b6 100644 --- a/README.md +++ b/README.md @@ -783,6 +783,11 @@ If you are using a different terminal, proceed with manual font installation. [basic.interface.font] value = "MesloLGS NF" ``` + - **Ghostty**: Open *Menu → Open Configuration* (Linux) or *Ghostty → Settings...* (Mac) and add + the following line: + ```text + font-family = "MesloLGS NF" + ``` 1. Run `p10k configure` to generate a new `~/.p10k.zsh`. The old config may work incorrectly with the new font. diff --git a/font.md b/font.md index cadeca6f..cb49af46 100644 --- a/font.md +++ b/font.md @@ -168,8 +168,8 @@ If you are using a different terminal, proceed with manual font installation. [basic.interface.font] value = "MesloLGS NF" ``` - - **Ghostty**: Open *Menu → Open Configuration* (Linux) or - *Ghostty → Settings...* (Mac) and add the following line: + - **Ghostty**: Open *Menu → Open Configuration* (Linux) or *Ghostty → Settings...* (Mac) and add + the following line: ```text font-family = "MesloLGS NF" ```