chore: add ghostty config

This commit is contained in:
Badstagram 2026-04-03 05:53:56 +01:00
parent 7b18b704b0
commit 3ceff2f790
2 changed files with 22 additions and 1 deletions

View File

@ -10,7 +10,7 @@ packages:
- "plex"
- "spotify"
- "visual-studio-code"
- "iterm2"
- "ghostty"
- "vlc"
brews:
- "git"
@ -34,6 +34,7 @@ packages:
- "eza"
- "firefox"
- "git"
- "ghostty"
- "httpie"
- "hyfetch"
- "lazygit"

View File

@ -0,0 +1,20 @@
theme = Catppuccin Macchiato
font-family = Hack Nerd Font Regular
font-family-bold = Hack Nerd Font Regular
font-family-italic = Hack Nerd Font Italic
font-family-bold-italic = Hack Nerd Font Bold Italic
font-size = 14
env = TERM=xterm-256color
keybind = ctrl+N=new_window
keybind = ctrl+shift+V=paste_from_clipboard
keybind = alt+W=new_split:up
keybind = alt+A=new_split:right
keybind = alt+S=new_split:down
keybind = alt+D=new_split:left
keybind = ctrl+alt+W=goto_split:up
keybind = ctrl+alt+A=goto_split:right
keybind = ctrl+alt+S=goto_split:down
keybind = ctrl+alt+D=goto_split:left