23 lines
437 B
Cheetah
23 lines
437 B
Cheetah
# Font Configuration
|
|
font_family JetBrainsMono Nerd Font
|
|
{{- if eq .chezmoi.hostname "gata" }}
|
|
font_size 12.0
|
|
{{- end }}
|
|
bold_font auto
|
|
italic_font auto
|
|
bold_italic_font auto
|
|
|
|
shell /usr/bin/tmux new-session -A -D -s main
|
|
|
|
# Terminal Type
|
|
term xterm-256color
|
|
|
|
map shift+enter send_text all \x1b[13;2u
|
|
|
|
confirm_os_window_close 0
|
|
|
|
# BEGIN_KITTY_THEME
|
|
# Catppuccin-Mocha
|
|
include current-theme.conf
|
|
# END_KITTY_THEME
|