mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(wezterm): add wezterm.terminfo
This commit is contained in:
@@ -10,6 +10,10 @@ if status --is-interactive
|
|||||||
source "$BASE16_SHELL/profile_helper.fish"
|
source "$BASE16_SHELL/profile_helper.fish"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Use wezterm.terminfo
|
||||||
|
# curl https://raw.githubusercontent.com/wez/wezterm/master/termwiz/data/wezterm.terminfo | tic -x -
|
||||||
|
set TERM wezterm
|
||||||
|
|
||||||
# SSH
|
# SSH
|
||||||
set -x SSH_AUTH_SOCK $HOME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
|
set -x SSH_AUTH_SOCK $HOME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,9 @@ sudo -v
|
|||||||
echo "Installing Xcode Developer Tools"
|
echo "Installing Xcode Developer Tools"
|
||||||
xcode-select --install
|
xcode-select --install
|
||||||
|
|
||||||
|
# Download wezterm.terminfo
|
||||||
|
curl https://raw.githubusercontent.com/wez/wezterm/master/termwiz/data/wezterm.terminfo | tic -x -
|
||||||
|
|
||||||
# TMUX Plugin Manager
|
# TMUX Plugin Manager
|
||||||
echo "Installing TMUX Plugin Manager"
|
echo "Installing TMUX Plugin Manager"
|
||||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
|
|||||||
Reference in New Issue
Block a user