feat: Brewfile and included config files (bashrc, kitty, ssh homelab aliases)

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Mortdecai
2026-09-15 19:08:10 -04:00
parent f672ef1ebd
commit bf0d48ec30
5 changed files with 141 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Included from ~/.ssh/config. Key ~/.ssh/id_ed25519 is generated by setup.sh;
# only pve173 is authorized so far (rrsync-restricted, for backup.sh).
Host pve173
HostName 192.168.0.173
User root
Host pve112
HostName 192.168.0.112
User root
Host pve197
HostName 192.168.0.197
User root
Host pve241
HostName 192.168.0.241
User root
Host steel141
HostName 192.168.0.141
User seth
Host bedroom
HostName 192.168.0.235
User seth
Host *
IdentityFile ~/.ssh/id_ed25519
ServerAliveInterval 30