Add odyfo tmux workspace and aliases

This commit is contained in:
coolneng 2020-03-21 20:31:04 +01:00
parent e0a11876e7
commit b705145bac
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 34 additions and 0 deletions

View File

@ -3,3 +3,21 @@ host zion
hostname 10.8.0.1 hostname 10.8.0.1
port 22 port 22
identityfile ~/.ssh/zion identityfile ~/.ssh/zion
host prodyfo
user ec2-user
hostname ec2-52-47-172-241.eu-west-3.compute.amazonaws.com
port 22
identityfile ~/.ssh/odyfo
host devyfo
user ec2-user
hostname ec2-35-181-115-141.eu-west-3.compute.amazonaws.com
port 22
identityfile ~/.ssh/odyfo
host nixyfo
user coolneng
hostname ec2-35-181-61-130.eu-west-3.compute.amazonaws.com
port 22
identityfile ~/.ssh/odyfo

16
tmux/.tmuxp/odyfo.yaml Normal file
View File

@ -0,0 +1,16 @@
session_name: odyfo
suppress_history: false
windows:
- window_name: dev
focus: true
layout: even-horizontal
panes:
- ssh devyfo
- ssh devyfo
- window_name: nix
layout: even-horizontal
panes:
- ssh root@nixyfo
- ssh root@nixyfo