From 28d0fb479db26683b28f338b8efe69fe1aa9c849 Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 15 Nov 2025 16:36:40 +0300 Subject: tmux --- .config/tmux/tmux.conf | 2 +- .config/tmux/tpm | 1 + .gitmodules | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 .config/tmux/tpm create mode 100644 .gitmodules diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index e908fa2..6563876 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,7 +1,7 @@ # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' -# set -g @plugin "nordtheme/tmux" +set -g @plugin 'egel/tmux-gruvbox' # ========== General options ========== # Neovim told me to set these parameters diff --git a/.config/tmux/tpm b/.config/tmux/tpm new file mode 160000 index 0000000..99469c4 --- /dev/null +++ b/.config/tmux/tpm @@ -0,0 +1 @@ +Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2da4fb6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".config/tmux/tpm"] + path = .config/tmux/tpm + url = https://github.com/tmux-plugins/tpm -- cgit v1.2.3