Skip to content

Instantly share code, notes, and snippets.

@pythoninthegrass
Last active April 15, 2025 15:17
Show Gist options
  • Save pythoninthegrass/5267c624b782165d4836503fdcafd28a to your computer and use it in GitHub Desktop.
Save pythoninthegrass/5267c624b782165d4836503fdcafd28a to your computer and use it in GitHub Desktop.
Ghosty config (i.e., $HOME/.config/ghostty/config )
title = " "
maximize = true
working-directory = "home"
quit-after-last-window-closed = true
quick-terminal-screen = mouse
quick-terminal-autohide = true
scrollback-limit = 524288000
clipboard-read = allow
clipboard-write = allow
clipboard-paste-protection = false
clipboard-paste-bracketed-safe = true
copy-on-select = clipboard
window-inherit-working-directory = false
window-save-state = "always"
window-padding-x = 10
window-padding-y = 10
window-height = 40
window-width = 150
theme = "AdventureTime"
font-size = 14
font-family = "Hack Nerd Font Mono"
keybind = global:cmd+grave_accent=toggle_quick_terminal
keybind = global:cmd+shift+enter=toggle_fullscreen
mouse-hide-while-typing = true
app-notifications = no-clipboard-copy
macos-titlebar-proxy-icon = "hidden"
# TODO: alt doesn't work to move to the right tab or word boundaries in zellij
# ! https://github.com/ghostty-org/ghostty/discussions/3483
# command = "/bin/bash -c /opt/homebrew/bin/zellij"
# macos-option-as-alt = true
# keybind = alt+left=unbind
# keybind = alt+right=unbind
copy-on-select = clipboard
app-notifications = no-clipboard-copy
window-save-state = "always"
scrollback-limit = 524288000
quick-terminal-position = "top"
quick-terminal-screen = "main"
quick-terminal-autohide = true
window-width = 150
window-height = 40
window-padding-x = 10
window-padding-y = 10
auto-update = "check"
auto-update-channel = "tip"
macos-icon = "custom-style"
macos-icon-frame = "beige"
macos-icon-screen-color = 1f1d45
@pythoninthegrass
Copy link
Author

@pythoninthegrass
Copy link
Author

mkdir -p ~/.config/ghostty
git clone [email protected]:5267c624b782165d4836503fdcafd28a.git ghostty_config && cd $_
ln -s $(pwd)/config ~/.config/ghostty/config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment