From ba6cb6821eb298c512d7f9bba4cde5124bd5f36c Mon Sep 17 00:00:00 2001 From: wfxr Date: Tue, 27 Oct 2015 19:36:24 +0800 Subject: [PATCH] add plugin manager support Add TPM(a plugin manager for tmux) support. Now we can install and manage it by 'TPM'. Details: Add plugin to the list of TPM plugins in .tmux.conf: set -g @plugin 'wfxr/tmux-themepack' Hit prefix + I to fetch the plugin and source it. The plugin should now be working. now we can pick and choose a theme via .tmux.conf option: set -g @themepack 'block/blue' (the default) or set -g @themepack 'block/cyan' or set -g @themepack 'default/gray' or set -g @themepack 'double/megenta' or ... --- tmuxthemes.tmux => themepack.tmux | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tmuxthemes.tmux => themepack.tmux (100%) diff --git a/tmuxthemes.tmux b/themepack.tmux similarity index 100% rename from tmuxthemes.tmux rename to themepack.tmux