mirror of
https://github.com/hexolan/dotfiles.git
synced 2026-03-26 18:11:17 +00:00
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)
24 lines
464 B
Plaintext
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
|