From 50a0555a168982ecec056ae48563ed1128db1743 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 18 Nov 2023 14:13:47 +0100 Subject: [PATCH] feat(wezterm): add wezterm.terminfo --- fish/config.fish | 4 ++++ setup/init.sh | 3 +++ 2 files changed, 7 insertions(+) diff --git a/fish/config.fish b/fish/config.fish index 0679dca..7b285bc 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -10,6 +10,10 @@ if status --is-interactive source "$BASE16_SHELL/profile_helper.fish" end +# Use wezterm.terminfo +# curl https://raw.githubusercontent.com/wez/wezterm/master/termwiz/data/wezterm.terminfo | tic -x - +set TERM wezterm + # SSH set -x SSH_AUTH_SOCK $HOME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh diff --git a/setup/init.sh b/setup/init.sh index 2a40a97..7fe362c 100755 --- a/setup/init.sh +++ b/setup/init.sh @@ -7,6 +7,9 @@ sudo -v echo "Installing Xcode Developer Tools" xcode-select --install +# Download wezterm.terminfo +curl https://raw.githubusercontent.com/wez/wezterm/master/termwiz/data/wezterm.terminfo | tic -x - + # TMUX Plugin Manager echo "Installing TMUX Plugin Manager" git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm