aboutsummaryrefslogtreecommitdiff
path: root/assets/outbox
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-25 23:53:51 -0600
committerCraig Jennings <c@cjennings.net>2026-02-25 23:53:51 -0600
commit00c5ea13ee53a05b365b0dc832f3df4625637709 (patch)
treebcc15a20d690a8ebf0745770dec12171550e3ba9 /assets/outbox
parentfcfebac0d4179ddf4267b51a126b957122e5ffda (diff)
downloadarchsetup-00c5ea13ee53a05b365b0dc832f3df4625637709.tar.gz
archsetup-00c5ea13ee53a05b365b0dc832f3df4625637709.zip
chore: add ssh config, update todo, add Berkeley Mono NF web fonts
Add deepsat GitHub Enterprise host to ssh config, reorganize todo.org with GitHub release prep tasks, add Berkeley Mono Nerd Font woff/woff2 variants, and move podman notes to outbox. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'assets/outbox')
-rw-r--r--assets/outbox/podman.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/outbox/podman.txt b/assets/outbox/podman.txt
new file mode 100644
index 0000000..6ec3199
--- /dev/null
+++ b/assets/outbox/podman.txt
@@ -0,0 +1,10 @@
+Add podman and related packages to the base system install:
+
+ podman
+ podman-compose
+ python-dotenv
+
+These are required by winvm (~/code/winvm), which runs a Windows 11 VM
+in a rootless Podman container via QEMU/KVM for Office, Visio, Adobe,
+and other Windows-only applications. podman-compose manages the container
+lifecycle and python-dotenv is a runtime dependency of podman-compose.