Added tmux tpm and gruvbox

This commit is contained in:
Juan Shotyou 2024-08-25 21:01:22 +01:00
parent 8edfb474ce
commit e90d79e7ec
2 changed files with 14 additions and 1 deletions

View File

@ -38,4 +38,17 @@ bind -n M-k next-window
# Fix tmux color issue for vim
set -g default-terminal "xterm-256color"
set-option -sa terminal-overrides ",xterm*:Tc"
# Tmux Plugin Manager
# Note: Clone https://github.com/tmux-plugins/tpm to ~/.tmux/plugins/tpm first
set -g @plugin 'tmux-plugins/tpm'
# Theme
set -g @plugin 'egel/tmux-gruvbox'
set -g @tmux-gruvbox 'dark'
#set -g @plugin 'jimeh/tmux-themepack'
#set -g @themepack 'powerline/double/magenta'
# Load Tmux Plugin Manager (keep this at the end)
run '~/.tmux/plugins/tpm/tpm'

View File

@ -1,3 +1,3 @@
#!/bin/bash
rsync -ax --exclude ./.git --exclude setup_dotenv_files.sh ./ ~/
rsync -ax --exclude .git --exclude setup_dotenv_files.sh ./ ~/