From f28238e2fa14cffca612df7bca892dea6479e623 Mon Sep 17 00:00:00 2001
From: Matthew Ryan Dillon <matthew@akdillon.net>
Date: Mon, 7 Apr 2025 11:31:48 -0400
Subject: [PATCH] adding `presenterm` to tooling

---
 home/private_dot_config/presenterm/config.yaml | 3 +++
 home/run_once_01install-packages.sh.tmpl       | 1 +
 2 files changed, 4 insertions(+)
 create mode 100644 home/private_dot_config/presenterm/config.yaml

diff --git a/home/private_dot_config/presenterm/config.yaml b/home/private_dot_config/presenterm/config.yaml
new file mode 100644
index 0000000..ddbe003
--- /dev/null
+++ b/home/private_dot_config/presenterm/config.yaml
@@ -0,0 +1,3 @@
+defaults:
+  max_columns: 150
+  theme: "catppuccin-mocha"
diff --git a/home/run_once_01install-packages.sh.tmpl b/home/run_once_01install-packages.sh.tmpl
index 0ead8c7..62291c3 100644
--- a/home/run_once_01install-packages.sh.tmpl
+++ b/home/run_once_01install-packages.sh.tmpl
@@ -20,6 +20,7 @@ brew install \
   kitty \
   marksman \
   nvm \
+  presenterm \
   ripgrep \
   sqlite \
   tree \