mirror of
https://github.com/awatertrevi/macos-configuration.git
synced 2026-09-22 10:10:36 +00:00
- Re-dump brewfile (adds postgresql@16, tree; drops typeit4me) - Refresh claude-settings.json, hosts, and serena_config.yml from machine - Add update.fish to actualise the copied configs in one go - Rewrite README as a complete ordered fresh-machine setup guide Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MN5eka2MuNJP9uCMdTda75
44 lines
852 B
Plaintext
44 lines
852 B
Plaintext
Host *
|
|
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
|
|
|
Host github.com
|
|
IdentityFile ~/.ssh/git.pub
|
|
|
|
Host meerkoet01
|
|
Hostname 192.168.178.201
|
|
User trevi
|
|
Port 22
|
|
IdentityFile ~/.ssh/personal.pub
|
|
|
|
Host meerkoet02
|
|
Hostname 192.168.178.108
|
|
User Administrator
|
|
Port 22
|
|
IdentityFile ~/.ssh/meerkoet02
|
|
StrictHostKeyChecking no
|
|
|
|
Host meerkoet03
|
|
Hostname 192.168.178.70
|
|
User trevi
|
|
Port 22
|
|
IdentityFile ~/.ssh/personal.pub
|
|
|
|
Host resoftware-k3s
|
|
Hostname 5.75.156.86
|
|
User k3s
|
|
Port 22
|
|
IdentityFile ~/.ssh/resoftware-k3s.pub
|
|
StrictHostKeyChecking no
|
|
|
|
Host resoftware-support
|
|
Hostname 46.225.83.121
|
|
User root
|
|
Port 22
|
|
IdentityFile ~/.ssh/resoftware-support.pub
|
|
StrictHostKeyChecking no
|
|
|
|
Host plesk02
|
|
Hostname 144.76.106.3
|
|
User root
|
|
Port 22
|
|
IdentityFile ~/.ssh/resoftware-k3s.pub |