diff options
| author | awy <awy@awy.one> | 2025-11-15 16:36:40 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-15 16:36:40 +0300 |
| commit | 28d0fb479db26683b28f338b8efe69fe1aa9c849 (patch) | |
| tree | 9392d49028f3c4360790ce4f8003051b1f1ce0a5 | |
| parent | d90c38ca58ce9dc715814f113ae602cd7a9f03c9 (diff) | |
| download | mangoslice-28d0fb479db26683b28f338b8efe69fe1aa9c849.tar.gz | |
tmux
| -rw-r--r-- | .config/tmux/tmux.conf | 2 | ||||
| m--------- | .config/tmux/tpm | 0 | ||||
| -rw-r--r-- | .gitmodules | 3 |
3 files changed, 4 insertions, 1 deletions
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 +Subproject 99469c4a9b1ccf77fade25842dc7bafbc8ce994 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 |