From 0a0d5021f52e524f94497e2c7139bcdab3cac478 Mon Sep 17 00:00:00 2001 From: Kim Faint Date: Fri, 6 Mar 2026 14:36:28 +1000 Subject: [PATCH] Update intro.md to reflect current terminal options on Windows * ghostty is not available on Windows * Windows Terminal will be the lowest barrier to entry for most --- docs/intro.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index fe77ec465..058ca56bf 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -34,12 +34,13 @@ to make it easy to customize and extend your config. - **fzf**: [fzf](https://github.com/junegunn/fzf) **(v0.25.1 or greater)** - **live grep**: [ripgrep](https://github.com/BurntSushi/ripgrep) - **find files**: [fd](https://github.com/sharkdp/fd) -- a terminal that support true color and _undercurl_: +- a terminal that supports true color and _undercurl_: - [kitty](https://github.com/kovidgoyal/kitty) **_(Linux & Macos)_** - [wezterm](https://github.com/wez/wezterm) **_(Linux, Macos & Windows)_** - [alacritty](https://github.com/alacritty/alacritty) **_(Linux, Macos & Windows)_** - [iterm2](https://iterm2.com/) **_(Macos)_** - - [ghostty](https://ghostty.org/) **_(Linux, Macos & Windows)_** + - [ghostty](https://ghostty.org/) **_(Linux, Macos)_** + - [Windows Terminal](https://learn.microsoft.com/en-us/windows/terminal/) **_(Windows)_** ## 🎓 Learn