aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
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 /dotfiles
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 'dotfiles')
-rw-r--r--dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Bold.woffbin0 -> 1178144 bytes
-rw-r--r--dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Bold.woff2bin0 -> 897864 bytes
-rw-r--r--dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-BoldItalic.woffbin0 -> 1179852 bytes
-rw-r--r--dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-BoldItalic.woff2bin0 -> 899248 bytes
-rw-r--r--dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Italic.woffbin0 -> 1179124 bytes
-rw-r--r--dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Italic.woff2bin0 -> 898420 bytes
-rw-r--r--dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Regular.woffbin0 -> 1178164 bytes
-rw-r--r--dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Regular.woff2bin0 -> 898068 bytes
-rw-r--r--dotfiles/common/.ssh/config6
9 files changed, 6 insertions, 0 deletions
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
--- /dev/null
+++ b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Bold.woff
Binary files 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
--- /dev/null
+++ b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Bold.woff2
Binary files 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
--- /dev/null
+++ b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-BoldItalic.woff
Binary files 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
--- /dev/null
+++ b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-BoldItalic.woff2
Binary files 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
--- /dev/null
+++ b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Italic.woff
Binary files 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
--- /dev/null
+++ b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Italic.woff2
Binary files 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
--- /dev/null
+++ b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Regular.woff
Binary files 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
--- /dev/null
+++ b/dotfiles/common/.local/share/fonts/BerkeleyMonoNerdFont-Regular.woff2
Binary files 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