diff --git a/.i3/config b/.i3/config index 5f539fb..aebe0a8 100755 --- a/.i3/config +++ b/.i3/config @@ -11,6 +11,7 @@ ## Set Dvorak, because, SMRT exec "setxkbmap dvorak" +exec "xset dpms 0 0 450" exec /home/ahosking/.screenlayout/lyrical.sh exec --no-startup-id ~/.fehbg exec --no-startup-id nm-applet diff --git a/.ssh/config.d/kfa b/.ssh/config.d/kfa new file mode 100644 index 0000000..9f3c0ad --- /dev/null +++ b/.ssh/config.d/kfa @@ -0,0 +1,7 @@ +### KFA +Host kfa.ahoskingit.com + Port 87 + +Host kfa.archive + Hostname 192.168.1.99 + ProxyCommand ssh -W %h:%p kfa.ahoskingit.com diff --git a/.ssh/config.d/lyrical_jumbleberry b/.ssh/config.d/lyrical_jumbleberry new file mode 100644 index 0000000..852eb1c --- /dev/null +++ b/.ssh/config.d/lyrical_jumbleberry @@ -0,0 +1,12 @@ +## jumbleberry +Host jumbleberry.jumpbox + IdentityFile ~/.ssh/terraform_key + user ubuntu + Hostname 34.233.71.5 + +Host jumbleberry.testbox + IdentityFile ~/.ssh/terraform_key + Hostname 10.0.2.38 + ProxyCommand ssh -W %h:%p jumbleberry.jumpbox + user ubuntu +### diff --git a/.ssh/config.d/lyrical_planswell b/.ssh/config.d/lyrical_planswell new file mode 100644 index 0000000..3e42436 --- /dev/null +++ b/.ssh/config.d/lyrical_planswell @@ -0,0 +1,52 @@ +## Planswell +Host planswell.jumpbox + IdentityFile ~/.ssh/ahosking + Hostname 35.182.178.122 + +Host planswell.prod.jumpbox + IdentityFile ~/.ssh/ahosking + Hostname 35.182.200.193 + +Host planswell.prod.dockerbox + IdentityFile ~/.ssh/ahosking + Hostname 10.0.1.218 + ProxyCommand ssh -W %h:%p planswell.prod.jumpbox + +Host 172.36.* + IdentityFile ~/.ssh/ahosking + ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.jumpbox + +Host planswell.dockerbox + IdentityFile ~/.ssh/ahosking + Hostname 172.36.2.12 + ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.jumpbox + +Host planswell.dockerbox1 + IdentityFile ~/.ssh/ahosking + Hostname 172.36.2.160 + ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.jumpbox + +### Planswell Sunlife +Host planswell.sunlife.jumpbox + IdentityFile ~/.ssh/ahosking + Hostname 35.182.56.25 + +Host planswell.sunlife.docker + IdentityFile ~/.ssh/ahosking + Hostname 10.10.38.28 + ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.sunlife.jumpbox + +Host planswell.sunlife.docker1 + IdentityFile ~/.ssh/ahosking + Hostname 10.10.38.24 + ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.sunlife.jumpbox + +Host planswell.sunlife.prod.jumpbox + IdentityFile ~/.ssh/ahosking + Hostname 52.60.128.70 + +Host planswell.sunlife.prod.docker + IdentityFile ~/.ssh/ahosking + Hostname 10.11.38.26 + ProxyCommand ssh -i ~/.ssh/ahosking -W %h:%p planswell.sunlife.prod.jumpbox +### diff --git a/config/terminator/config b/config/terminator/config index fbc3a80..467c864 100755 --- a/config/terminator/config +++ b/config/terminator/config @@ -11,6 +11,7 @@ title_transmit_fg_color = "#c5c8c6" window_state = maximise [keybindings] + split_vert = e [layouts] [[default]] [[[child0]]] diff --git a/config/terminator/plugins/terminator-themes.pyc b/config/terminator/plugins/terminator-themes.pyc index ef5fe73..9540d8b 100644 Binary files a/config/terminator/plugins/terminator-themes.pyc and b/config/terminator/plugins/terminator-themes.pyc differ