Skip to content

Instantly share code, notes, and snippets.

@pythoninthegrass
Last active March 28, 2025 19:09
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 = " "
macos-titlebar-proxy-icon = "hidden"
macos-icon ="custom-style"
macos-icon-frame = "beige"
macos-icon-screen-color = 1f1d45
font-size = 14
font-family = "Hack Nerd Font Mono"
theme = "AdventureTime"
shell-integration = "bash"
working-directory = "home"
keybind = global:cmd+grave_accent=toggle_quick_terminal
keybind = global:cmd+shift+enter=toggle_fullscreen
# 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"
@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