From daae24452f1b3fd2abb29271a9ce7dbb99b246f5 Mon Sep 17 00:00:00 2001 From: datalore Date: Tue, 20 Feb 2024 13:46:12 +0100 Subject: [PATCH] Added tpm to tmux --- .config/tmux/plugins/tpm | 1 + .config/tmux/tmux.conf | 7 +++++++ .gitmodules | 3 +++ README.md | 1 + 4 files changed, 12 insertions(+) create mode 160000 .config/tmux/plugins/tpm create mode 100644 .gitmodules diff --git a/.config/tmux/plugins/tpm b/.config/tmux/plugins/tpm new file mode 160000 index 0000000..99469c4 --- /dev/null +++ b/.config/tmux/plugins/tpm @@ -0,0 +1 @@ +Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946 diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 207d7e8..b5b9efa 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1 +1,8 @@ set -g mouse on + +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'tmux-plugins/tmux-yank' +set -g @plugin 'catppuccin/tmux' + +run '~/.config/tmux/plugins/tpm/tpm' diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..959f76e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".config/tmux/plugins/tpm"] + path = .config/tmux/plugins/tpm + url = https://github.com/tmux-plugins/tpm.git diff --git a/README.md b/README.md index 0eb8402..94e0aad 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ My current dotfiles for hyprland - ranger - thefuck - tmux +- wl-clipboard (needed for tmux-yank) - mpv - cava - zoxide