34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
# ┌──────────────────────────────────────────────────────────┐
|
|
# │ PLACEHOLDER — replace with your actual Ghostty config │
|
|
# │ This file is managed by Chezmoi. │
|
|
# │ Edit the source: chezmoi edit ~/.config/ghostty/config │
|
|
# └──────────────────────────────────────────────────────────┘
|
|
|
|
# Font
|
|
font-family = JetBrainsMono Nerd Font
|
|
font-size = 14
|
|
|
|
# Theme — pick one and uncomment, or paste your custom palette below
|
|
# theme = catppuccin-mocha
|
|
# theme = tokyo-night
|
|
# theme = dracula
|
|
# theme = gruvbox-dark
|
|
|
|
# Window
|
|
window-padding-x = 8
|
|
window-padding-y = 4
|
|
window-decoration = auto
|
|
|
|
# Cursor
|
|
cursor-style = block
|
|
cursor-style-blink = true
|
|
|
|
# Shell — Fish is set as login shell by Ansible, Ghostty inherits it
|
|
# shell-integration = fish
|
|
|
|
# Scrollback
|
|
scrollback-limit = 10000
|
|
|
|
# Clipboard
|
|
copy-on-select = clipboard
|