Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

<Tabs>
<TabItem value="local" label="Linux/MacOS" default>
<TabItem value="local" label="Linux/macOS" default>

Install the [LazyVim Starter](https://github.com/LazyVim/starter)

Expand Down
10 changes: 5 additions & 5 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ to make it easy to customize and extend your config.
- **live grep**: [ripgrep](https://github.com/BurntSushi/ripgrep)
- **find files**: [fd](https://github.com/sharkdp/fd)
- a terminal that support 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)_**
- [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)_**

## 🎓 Learn

Expand Down