Skip to content

Commit

Permalink
add ghostty config
Browse files Browse the repository at this point in the history
  • Loading branch information
heypoom committed Jan 18, 2025
1 parent de0d31f commit e42ff90
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/dot_config/fish/conf.d/2-abbreviations.fish
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ abbr -a raya "env TERM=xterm-256color ssh raya"

abbr -a edit-abbr "chezmoi edit --apply ~/.config/fish/conf.d/2-abbreviations.fish"
abbr -a edit-zj "chezmoi edit --apply ~/.config/zellij/config.kdl"
abbr -a edit-ghostty "chezmoi edit --apply ~/.config/ghostty/config"
abbr -a edit-kitty "chezmoi edit --apply ~/.config/kitty/kitty.conf"

abbr -a v nvim
abbr -a vi nvim
Expand Down
13 changes: 13 additions & 0 deletions config/dot_config/ghostty/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
theme = catppuccin-mocha
foreground = #f8f8f2
background = #11111b

macos-titlebar-style = tabs

font-size = 15

font-family = Zed Mono Extended
font-family-bold = Zed Mono Semibold Extended
font-family-italic = Zed Mono Extended Italic
font-family-bold-italic = Zed Mono Medium Extended Italic

0 comments on commit e42ff90

Please sign in to comment.