Files
dotfiles/config/terminal/kitty/kitty.conf
Declan Teevan 7aac312b49 feat(config): improve kitty cfg
Remove comments on default cfg use / man page content (from cfg).

Add `current-theme.conf` (catppucin) for kitty (containing reference to
original `LICENSE` and repository).

feat(config): add extensions to `.zshrc`

Note: no custom aliases added (+ omz usage)
2026-02-25 15:50:04 +00:00

24 lines
464 B
Plaintext

# vim:fileencoding=utf-8:foldmethod=marker
background_blur 1
background_opacity 0.8
# BEGIN_KITTY_THEME
# Catppuccin-Macchiato
include current-theme.conf
# END_KITTY_THEME
# auto,x11,wayland
linux_display_server wayland
# no,yes,socket,socket-only,password
allow_remote_control socket
# listen_on unix:/tpm/kitty
# BEGIN_KITTY_FONTS
font_family family="Source Code Pro"
bold_font auto
italic_font auto
bold_italic_font auto
# END_KITTY_FONTS