repos / dotfiles

my dotfiles

commit
fd3a5f2
parent
323f0d3
author
Eric Bower
date
2026-02-17 08:44:31 -0500 EST
chore: rack ssh config
2 files changed,  +7, -1
M dot/editorconfig
+1, -1
1@@ -23,7 +23,7 @@ indent_size = 4
2 
3 [*.zig]
4 indent_style = space
5-indent_size = 2
6+indent_size = 4
7 
8 [*.{js,ts,tsx}]
9 indent_style = space
M dot_ssh/config
+6, -0
 1@@ -18,6 +18,12 @@ Host mae
 2     User ericbower
 3     IdentityFile ~/.ssh/id_ed25519
 4 
 5+Host rack
 6+    HostName 10.2.20.74
 7+    User erock
 8+    IdentityFile ~/.ssh/id_ed25519
 9+    IdentitiesOnly yes
10+
11 Host = d.*
12     HostName 192.168.88.109
13     User erock