From a1f6b141d656c7de37751ab11401496672036582 Mon Sep 17 00:00:00 2001 From: Christopher Peeters Date: Mon, 7 Jan 2019 11:47:25 +0100 Subject: [PATCH] Add support for TPM --- .tmux.conf.local | 15 +++++++++++++++ plugins/README.md | 7 +++++++ 2 files changed, 22 insertions(+) create mode 100644 plugins/README.md diff --git a/.tmux.conf.local b/.tmux.conf.local index d68c789..1e0eb04 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -292,3 +292,18 @@ tmux_conf_copy_to_os_clipboard=false # move status line to top #set -g status-position top + + +# -- plugins ------------------------------------------------------------------- + +# List of plugins +#set -g @plugin 'tmux-plugins/tpm' +#set -g @plugin 'tmux-plugins/tmux-sensible' + +# 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/plugins/README.md b/plugins/README.md new file mode 100644 index 0000000..2f2d64d --- /dev/null +++ b/plugins/README.md @@ -0,0 +1,7 @@ +# Tmux Plugin Directory + +Clone here the TPM repo to enable it. + +```bash +$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm +```