From 5582553eebccec6fc763037f5a367f34e2fd0e27 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Tue, 16 Nov 2021 19:25:19 -0600 Subject: feat: added alias for foundry server --- bash/aliases.sh | 1 + ssh/config | 8 +++++++- wt.json | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/bash/aliases.sh b/bash/aliases.sh index c695792..5ba4082 100644 --- a/bash/aliases.sh +++ b/bash/aliases.sh @@ -12,6 +12,7 @@ alias untar="tar -zxvf" # scripts alias dfi=~/dotfiles/install alias dfu=~/dotfiles/update +alias pluto="ssh root@foundry.tobyvin.com /root/foundry/update-plutonium.sh" # docker alias dexec="docker exec -it" alias dps="docker ps" diff --git a/ssh/config b/ssh/config index 7f4191f..5fafc45 100644 --- a/ssh/config +++ b/ssh/config @@ -19,7 +19,13 @@ Host odin thor host bifrost User tobyv -host door +Host aegir + User root + HostName foundry.tobyvin.com + ForwardAgent yes + StreamLocalBindUnlink yes + +Host door User tovince HostName door.cs.siue.edu ForwardAgent yes diff --git a/wt.json b/wt.json index 51e5670..fc06031 100644 --- a/wt.json +++ b/wt.json @@ -64,7 +64,7 @@ "Windows.Terminal.Azure" ], "experimental.rendering.forceFullRepaint": true, - "initialCols": 120, + "initialCols": 100, "initialRows": 30, "multiLinePasteWarning": false, "profiles": @@ -85,6 +85,7 @@ "face": "FiraCode NF", "size": 11 }, + "padding": "8", "useAcrylic": true }, "list": -- cgit v1.2.3-70-g09d2