feat(wezterm): add wezterm.terminfo

This commit is contained in:
Stefan Imhoff
2023-11-18 14:13:47 +01:00
parent 12e5e904a5
commit 50a0555a16
2 changed files with 7 additions and 0 deletions

View File

@@ -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