From 456679fe66bebb7fa8c57bffbe40ed3568e1b48e Mon Sep 17 00:00:00 2001 From: C4 Patino Date: Thu, 9 Oct 2025 23:52:59 -0500 Subject: [PATCH] feat: added presenterm configuration in dotfiles --- .config/presenterm/config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/presenterm/config.yaml diff --git a/.config/presenterm/config.yaml b/.config/presenterm/config.yaml new file mode 100644 index 0000000..55cd2fe --- /dev/null +++ b/.config/presenterm/config.yaml @@ -0,0 +1,7 @@ +defaults: + theme: catpuccin-macchiato +snippet: + exec: + enable: true + exec_replace: + enable: true