diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml new file mode 100644 index 0000000..9178588 --- /dev/null +++ b/.chezmoiexternal.toml @@ -0,0 +1,5 @@ +[".config/kitty/themes"] +type = "archive" +url = "https://github.com/rose-pine/kitty/archive/refs/heads/main.tar.gz" +exact = true +stripComponents = 1 diff --git a/dot_config/kitty/.keep b/dot_config/kitty/.keep new file mode 100644 index 0000000..e69de29 diff --git a/dot_config/kitty/kitty.conf b/dot_config/kitty/kitty.conf new file mode 100644 index 0000000..671aa8d --- /dev/null +++ b/dot_config/kitty/kitty.conf @@ -0,0 +1,12 @@ +font_family IBM Plex Mono +bold_font auto +italic_font auto +bold_italic_font auto + +font_size 14.0 + +allow_remote_control yes + +# BEGIN_KITTY_THEME +include current-theme.conf +# END_KITTY_THEME