From 4854065ad4501858aee0a7d5651ea91698539fe2 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 8 Jul 2020 16:30:04 +0100 Subject: [PATCH] Added tmux --- .gitmodules | 3 +++ tmux/.tmux.conf | 12 ++++++++++++ tmux/.tmux/plugins/.gitignore | 1 + tmux/.tmux/plugins/tpm | 1 + 4 files changed, 17 insertions(+) create mode 100644 .gitmodules create mode 100644 tmux/.tmux.conf create mode 100644 tmux/.tmux/plugins/.gitignore create mode 160000 tmux/.tmux/plugins/tpm diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f7a1de1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tmux/.tmux/plugins/tpm"] + path = tmux/.tmux/plugins/tpm + url = https://github.com/tmux-plugins/tpm diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf new file mode 100644 index 0000000..a6699a3 --- /dev/null +++ b/tmux/.tmux.conf @@ -0,0 +1,12 @@ +# List of plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'ndyakov/pimux' + +# Other examples: +# set -g @plugin 'github_username/plugin_name' +# set -g @plugin 'git@github.com:user/plugin' +# set -g @plugin 'git@bitbucket.com:user/plugin' + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run -b '~/.tmux/plugins/tpm/tpm' diff --git a/tmux/.tmux/plugins/.gitignore b/tmux/.tmux/plugins/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/tmux/.tmux/plugins/.gitignore @@ -0,0 +1 @@ +* diff --git a/tmux/.tmux/plugins/tpm b/tmux/.tmux/plugins/tpm new file mode 160000 index 0000000..5c4f37a --- /dev/null +++ b/tmux/.tmux/plugins/tpm @@ -0,0 +1 @@ +Subproject commit 5c4f37a52d05022d689fb4364a53cfe78d83dc75