repos / dotfiles

my dotfiles

commit
69d75e8
parent
cf4d314
author
Eric Bower
date
2025-07-14 22:43:01 -0400 EDT
chore: tweaks
2 files changed,  +3, -1
M dot_config/ghostty/config
+1, -1
1@@ -1,4 +1,4 @@
2-font-size = 16
3+font-size = 14
4 keybind = ctrl+i=increase_font_size:1
5 keybind = ctrl+o=decrease_font_size:1
6 keybind = ctrl+zero=reset_font_size
M dot_ssh/config
+2, -0
1@@ -1,4 +1,6 @@
2 Host *
3+    ServerAliveInterval 60
4+    ServerAliveCountMax 3
5     StrictHostKeyChecking no
6     PubkeyAcceptedKeyTypes +ssh-rsa
7     AddKeysToAgent yes