diff options
| -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 |