From e90d79e7ec9b3c697517b47e23fb619a4d5f39bc Mon Sep 17 00:00:00 2001 From: Juan Shotyou Date: Sun, 25 Aug 2024 21:01:22 +0100 Subject: [PATCH] Added tmux tpm and gruvbox --- .tmux.conf | 13 +++++++++++++ setup_dotenv_files.sh | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index cf32445..b27ba33 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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' diff --git a/setup_dotenv_files.sh b/setup_dotenv_files.sh index 55ae6f3..697b0c0 100755 --- a/setup_dotenv_files.sh +++ b/setup_dotenv_files.sh @@ -1,3 +1,3 @@ #!/bin/bash -rsync -ax --exclude ./.git --exclude setup_dotenv_files.sh ./ ~/ +rsync -ax --exclude .git --exclude setup_dotenv_files.sh ./ ~/