feat: add wezterm plugin

pull/8/head
Adam Veldhousen 2022-01-16 16:48:53 -06:00
parent a1b43fa82a
commit 60f929a418
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,6 @@
local wez = require 'wezterm';
return {
font = wez.font('Fira Code'),
default_prog = {"/bin/bash", "--login"}
}

View File

@ -0,0 +1,10 @@
#!/bin/sh
WEZTERM_VERSION=""
WEZTERM_INSTALL_DIR="${HOME}/bin"
wezterm_install() {
yay -Sy wezterm-git
}