From b9ee32df38ca1cee83655c6e9d38195b650262b6 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 25 Feb 2026 23:53:51 -0600 Subject: 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 --- .../.local/share/fonts/BerkeleyMonoNerdFont-Bold.woff | Bin 0 -> 1178144 bytes .../share/fonts/BerkeleyMonoNerdFont-Bold.woff2 | Bin 0 -> 897864 bytes .../share/fonts/BerkeleyMonoNerdFont-BoldItalic.woff | Bin 0 -> 1179852 bytes .../share/fonts/BerkeleyMonoNerdFont-BoldItalic.woff2 | Bin 0 -> 899248 bytes .../share/fonts/BerkeleyMonoNerdFont-Italic.woff | Bin 0 -> 1179124 bytes .../share/fonts/BerkeleyMonoNerdFont-Italic.woff2 | Bin 0 -> 898420 bytes .../share/fonts/BerkeleyMonoNerdFont-Regular.woff | Bin 0 -> 1178164 bytes .../share/fonts/BerkeleyMonoNerdFont-Regular.woff2 | Bin 0 -> 898068 bytes dotfiles/common/.ssh/config | 6 ++++++ 9 files changed, 6 insertions(+) create mode 100644 dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Bold.woff create mode 100644 dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Bold.woff2 create mode 100644 dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-BoldItalic.woff create mode 100644 dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-BoldItalic.woff2 create mode 100644 dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Italic.woff create mode 100644 dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Italic.woff2 create mode 100644 dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Regular.woff create mode 100644 dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Regular.woff2 (limited to 'dotfiles/common') diff --git a/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Bold.woff b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Bold.woff new file mode 100644 index 0000000..28c5ba6 Binary files /dev/null and b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Bold.woff differ diff --git a/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Bold.woff2 b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Bold.woff2 new file mode 100644 index 0000000..69365a3 Binary files /dev/null and b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Bold.woff2 differ diff --git a/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-BoldItalic.woff b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-BoldItalic.woff new file mode 100644 index 0000000..a9abcf4 Binary files /dev/null and b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-BoldItalic.woff differ diff --git a/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-BoldItalic.woff2 b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-BoldItalic.woff2 new file mode 100644 index 0000000..c021d29 Binary files /dev/null and b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-BoldItalic.woff2 differ diff --git a/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Italic.woff b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Italic.woff new file mode 100644 index 0000000..2ce289f Binary files /dev/null and b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Italic.woff differ diff --git a/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Italic.woff2 b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Italic.woff2 new file mode 100644 index 0000000..062d3a7 Binary files /dev/null and b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Italic.woff2 differ diff --git a/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Regular.woff b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Regular.woff new file mode 100644 index 0000000..dc4f0a5 Binary files /dev/null and b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Regular.woff differ diff --git a/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Regular.woff2 b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Regular.woff2 new file mode 100644 index 0000000..1fa6f48 Binary files /dev/null and b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Regular.woff2 differ diff --git a/dotfiles/common/.ssh/config b/dotfiles/common/.ssh/config index 6f97ab5..06a94e6 100644 --- a/dotfiles/common/.ssh/config +++ b/dotfiles/common/.ssh/config @@ -4,5 +4,11 @@ IdentityFile ~/.ssh/id_ed25519 ServerAliveCountMax=30 ServerAliveInterval=5 +Host deepsat.ghe.com + HostName deepsat.ghe.com + User git + IdentityFile ~/.ssh/deepsat-github + IdentitiesOnly yes + Host cjennings.net LogLevel ERROR -- cgit v1.2.3