aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--install.conf.yaml2
-rw-r--r--ssh/config7
-rw-r--r--wt.json19
3 files changed, 20 insertions, 8 deletions
diff --git a/install.conf.yaml b/install.conf.yaml
index 1d1c3c3..85e607b 100644
--- a/install.conf.yaml
+++ b/install.conf.yaml
@@ -12,7 +12,7 @@
- shell:
- command: git submodule update --init --recursive
description: Installing submodules
- - command: if [ ! -f "~/.fzf/install" ]; then git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf; fi && yes | ~/.fzf/install --bin
+ - command: if [ ! -f "${HOME}/.fzf/install" ]; then git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf; fi && yes | ~/.fzf/install --bin
description: installing fzf
- command: ./bat/install bat
description: Installing bat
diff --git a/ssh/config b/ssh/config
index e6e71a5..e34f70d 100644
--- a/ssh/config
+++ b/ssh/config
@@ -20,9 +20,14 @@ host bifrost
Host siue
User tovince
- HostName os.cs.siue.edu
+ HostName home.cs.siue.edu
ForwardAgent yes
StreamLocalBindUnlink yes
RemoteForward /run/user/1400158178/gnupg/S.gpg-agent /home/tobyv/.gnupg/S.gpg-agent.extra
RemoteCommand rm -f /run/user/1400158178/gnupg/S.gpg-agent && zsh -l
RequestTTY force
+
+Host zone
+ User tovince
+ HostName zone.cs.siue.edu
+ ForwardAgent yes \ No newline at end of file
diff --git a/wt.json b/wt.json
index afd0ab5..d707d63 100644
--- a/wt.json
+++ b/wt.json
@@ -8,14 +8,14 @@
"action": "openSettings",
"target": "settingsUI"
},
- "keys": "ctrl+,"
+ "keys": "ctrl+comma"
},
{
"command":
{
"action": "openSettings"
},
- "keys": "ctrl+shift+,"
+ "keys": "ctrl+shift+comma"
},
{
"command":
@@ -34,14 +34,17 @@
"action": "openSettings",
"target": "defaultsFile"
},
- "keys": "ctrl+alt+,"
+ "keys": "ctrl+alt+comma"
},
{
"command": "find",
"keys": "ctrl+f"
},
{
- "command": "closeTab",
+ "command":
+ {
+ "action": "closeTab"
+ },
"keys": "ctrl+w"
},
{
@@ -56,6 +59,7 @@
"keys": "f1"
}
],
+ "alwaysShowTrayIcon": true,
"confirmCloseAllTabs": false,
"defaultProfile": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
"disabledProfileSources":
@@ -78,8 +82,11 @@
"colorScheme": "vscode-dark",
"cursorColor": "#D4D4D4",
"cursorShape": "filledBox",
- "fontFace": "Fira Code",
- "fontSize": 11,
+ "font":
+ {
+ "face": "Fira Code",
+ "size": 11
+ },
"useAcrylic": true
},
"list":