Skip to content

Commit eba5b07

Browse files
committed
docs: updated Ghostty config
1 parent 7fbd80f commit eba5b07

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/apps/ghostty.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ brew install --cask --appdir=~/Applications ghostty
2525

2626
**Zero Configuration Philosophy** - Ghostty is designed to work out of the box with no configuration for most users.
2727

28-
Optionally you can customize `Ghostty` via config file at `HOME/.config/ghostty/config`
28+
Optionally you can customize **Ghostty** via config file at `~/.config/ghostty/config`
2929

3030
- Color Theme
3131
- Custom Keybindings
@@ -34,16 +34,18 @@ Optionally you can customize `Ghostty` via config file at `HOME/.config/ghostty/
3434
```shell
3535
# Listing Available Themes and Preview
3636
ghostty +list-themes
37+
# Listing Available Fonts
38+
ghostty +list-fonts
3739
# To display the default configuration
3840
ghostty +show-config --default
3941
ghostty +show-config --default --docs
40-
# Reloading the Configuration
41-
Cmd+Shift+, (comma)
4242
# see the default Keybindings
4343
ghostty +list-keybinds --default
44+
# Reloading the Configuration
45+
Cmd+Shift+, (comma)
4446
```
4547

46-
My `HOME/.config/ghostty/config`
48+
My `~/.config/ghostty/config`
4749

4850
```properties
4951
theme = catppuccin-mocha
@@ -53,7 +55,7 @@ window-width=160
5355
window-padding-x = 24
5456
window-padding-y = 24
5557

56-
# font-family = "Berkeley Mono"
58+
font-family = "MesloLGM Nerd Font Mono"
5759
font-size = 16
5860
macos-titlebar-style = "tabs"
5961
keybind = shift+enter=text:\n

0 commit comments

Comments
 (0)