Add tmux and vim configuration files
- Introduced a comprehensive tmux configuration file with custom themes, key bindings, and session management options. - Added a lightweight vim configuration file utilizing vim-plug for plugin management, including themes, fuzzy finder, file tree, and editing helpers.
This commit is contained in:
67
ssh/.ssh/config.d/20-selfhost.conf
Normal file
67
ssh/.ssh/config.d/20-selfhost.conf
Normal file
@@ -0,0 +1,67 @@
|
||||
# 20 - SelfHost
|
||||
Host vps vps-ada
|
||||
HostName ada-dev.ru
|
||||
User ada
|
||||
IdentityFile ~/.ssh/id_ed25519_homelab
|
||||
|
||||
# Proxmox VE
|
||||
Host pve
|
||||
HostName 192.168.1.10
|
||||
User ada
|
||||
IdentityFile /home/ada/.ssh/id_ed25519_homelab
|
||||
ProxyJump vps
|
||||
|
||||
Host pve-lan
|
||||
HostName 192.168.1.10
|
||||
User ada
|
||||
IdentityFile /home/ada/.ssh/id_ed25519_homelab
|
||||
|
||||
Host gateway
|
||||
HostName 192.168.1.11
|
||||
User ada
|
||||
IdentityFile /home/ada/.ssh/id_ed25519_homelab
|
||||
ProxyJump vps
|
||||
|
||||
Host gateway-lan
|
||||
HostName 192.168.1.11
|
||||
User ada
|
||||
IdentityFile /home/ada/.ssh/id_ed25519_homelab
|
||||
|
||||
# Monitoring LXC
|
||||
Host mon
|
||||
HostName 192.168.1.12
|
||||
User ada
|
||||
IdentityFile /home/ada/.ssh/id_ed25519_homelab
|
||||
ProxyJump vps
|
||||
|
||||
Host mon-lan
|
||||
HostName 192.168.1.12
|
||||
User ada
|
||||
IdentityFile /home/ada/.ssh/id_ed25519_homelab
|
||||
|
||||
# CUPS Server
|
||||
Host cups
|
||||
HostName 192.168.1.15
|
||||
User ada
|
||||
IdentityFile /home/ada/.ssh/id_ed25519_homelab
|
||||
ProxyJump vps
|
||||
|
||||
Host cups-lan
|
||||
HostName 192.168.1.15
|
||||
User ada
|
||||
IdentityFile /home/ada/.ssh/id_ed25519_homelab
|
||||
|
||||
# Gitea
|
||||
Host git.ada-dev.ru
|
||||
HostName 192.168.1.20
|
||||
Port 2222
|
||||
ProxyJump vps
|
||||
|
||||
Host docker-home
|
||||
HostName 192.168.1.20
|
||||
User ada
|
||||
ProxyJump vps
|
||||
|
||||
Host docker-home-lan
|
||||
HostName 192.168.1.20
|
||||
User ada
|
||||
Reference in New Issue
Block a user