17 lines
341 B
Plaintext
17 lines
341 B
Plaintext
# Font Configuration
|
|
font_family JetBrainsMono Nerd Font
|
|
bold_font auto
|
|
italic_font auto
|
|
bold_italic_font auto
|
|
|
|
# Shell Integration - Start tmux by default
|
|
shell /usr/bin/tmux new-session -A -D -s main
|
|
|
|
# Terminal Type
|
|
term xterm-256color
|
|
|
|
|
|
# BEGIN_KITTY_THEME
|
|
# Catppuccin-Mocha
|
|
include current-theme.conf
|
|
# END_KITTY_THEME |