chore: add ghostty config
This commit is contained in:
parent
7b18b704b0
commit
3ceff2f790
@ -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"
|
||||
|
||||
20
private_dot_config/ghostty/config
Normal file
20
private_dot_config/ghostty/config
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user