File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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
3636ghostty +list-themes
37+ # Listing Available Fonts
38+ ghostty +list-fonts
3739# To display the default configuration
3840ghostty +show-config --default
3941ghostty +show-config --default --docs
40- # Reloading the Configuration
41- Cmd+Shift+, (comma)
4242# see the default Keybindings
4343ghostty +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
4951theme = catppuccin-mocha
@@ -53,7 +55,7 @@ window-width=160
5355window-padding-x = 24
5456window-padding-y = 24
5557
56- # font-family = "Berkeley Mono"
58+ font-family = " MesloLGM Nerd Font Mono"
5759font-size = 16
5860macos-titlebar-style = " tabs"
5961keybind = shift+enter =text:\n
You can’t perform that action at this time.
0 commit comments