Created
October 29, 2025 09:30
-
-
Save scorphus/24604aa6d4111d8c41f3a4b823834530 to your computer and use it in GitHub Desktop.
Ghostty Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ~/.config/ghostty/config | |
| # The syntax is "key = value". The whitespace around the equals doesn't matter. | |
| # Empty values reset the configuration to the default value | |
| # Comments start with a `#` and are only valid on their own line. | |
| # Blank lines are ignored! | |
| background = 000000 | |
| foreground = ebebeb | |
| font-family = Victor Mono | |
| font-style = bold | |
| font-style-bold = heavy | |
| background-opacity = 0.8 | |
| command = "/opt/homebrew/bin/fish -li" | |
| window-decoration = false | |
| copy-on-select = clipboard | |
| theme = Peppermint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment