From b705145bacd19b56b0cc048c97f00f8d989f8dbd Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 21 Mar 2020 20:31:04 +0100 Subject: [PATCH] Add odyfo tmux workspace and aliases --- ssh/.ssh/config | 18 ++++++++++++++++++ tmux/.tmuxp/odyfo.yaml | 16 ++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 tmux/.tmuxp/odyfo.yaml diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 2675218..8562e2b 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -3,3 +3,21 @@ host zion hostname 10.8.0.1 port 22 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 diff --git a/tmux/.tmuxp/odyfo.yaml b/tmux/.tmuxp/odyfo.yaml new file mode 100644 index 0000000..bc876e7 --- /dev/null +++ b/tmux/.tmuxp/odyfo.yaml @@ -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