File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,40 @@ 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 `
29+
30+ - Color Theme
31+ - Custom Keybindings
32+ - Fonts
33+
34+ ``` shell
35+ # Listing Available Themes and Preview
36+ ghostty +list-themes
37+ # To display the default configuration
38+ ghostty +show-config --default
39+ ghostty +show-config --default --docs
40+ # Reloading the Configuration
41+ Cmd+Shift+, (comma)
42+ # see the default Keybindings
43+ ghostty +list-keybinds --default
44+ ```
45+
46+ My ` HOME/.config/ghostty/config `
47+
48+ ``` properties
49+ theme = catppuccin-mocha
50+
51+ window-height =36
52+ window-width =160
53+ window-padding-x = 24
54+ window-padding-y = 24
55+
56+ # font-family = "Berkeley Mono"
57+ font-size = 16
58+ macos-titlebar-style = " tabs"
59+ keybind = shift+enter =text:\n
60+ ```
61+
2862## Extensions
2963
3064### Prompt
You can’t perform that action at this time.
0 commit comments