Add kitty and nvim configs

This commit is contained in:
jared kling
2023-07-14 21:39:53 -05:00
parent 3a27f545b1
commit 08f4fd9b14
9 changed files with 1012 additions and 0 deletions

View 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