Add kitty and nvim configs
This commit is contained in:
54
private_dot_config/kitty/kitty.conf
Normal file
54
private_dot_config/kitty/kitty.conf
Normal file
@@ -0,0 +1,54 @@
|
||||
# vim:fileencoding=utf-8:foldmethod=marker
|
||||
|
||||
#: Fonts {{{
|
||||
|
||||
font_family "SpaceMono Nerd Font Mono"
|
||||
bold_font "SpaceMono Nerd Font Mono Bold"
|
||||
italic_font "SpaceMono Nerd Font Mono Italic"
|
||||
bold_italic_font "SpaceMono Nerd Font Mono Bold Italic"
|
||||
|
||||
font_size 18.0
|
||||
|
||||
#: }}}
|
||||
|
||||
#: Scrollback {{{
|
||||
|
||||
scrollback_lines 9000
|
||||
|
||||
#: }}}
|
||||
|
||||
#: Mouse {{{
|
||||
|
||||
url_style curly
|
||||
detect_urls yes
|
||||
|
||||
#: }}}
|
||||
|
||||
#: Performance tuning {{{
|
||||
|
||||
#: }}}
|
||||
|
||||
#: Terminal bell {{{
|
||||
|
||||
#: }}}
|
||||
|
||||
#: Window layout {{{
|
||||
|
||||
hide_window_decorations no
|
||||
|
||||
#: }}}
|
||||
|
||||
#: Tab bar {{{
|
||||
|
||||
tab_bar_min_tabs 1
|
||||
tab_bar_edge bottom
|
||||
tab_bar_style powerline
|
||||
tab_powerline_style slanted
|
||||
tab_title_template {title}{' :{}:'.format(num_windows) if num_windows > 1 else ''}
|
||||
|
||||
#: }}}
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Catppuccin-Mocha
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
Reference in New Issue
Block a user