From 0c376e318f62931d845609182bbc52822e8bea47 Mon Sep 17 00:00:00 2001 From: wfxr Date: Tue, 27 Oct 2015 20:18:40 +0800 Subject: [PATCH] Update README.md for tpm support --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 639a6f4..0e1bdd8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A pack of various themes for Tmux. ## Installation +### Install manually + 1. Clone repo to local machine: git clone https://github.com/jimeh/tmux-themepack.git ~/.tmux-themepack @@ -13,6 +15,21 @@ A pack of various themes for Tmux. source-file "${HOME}/.tmux-themepack/powerline/block/green.tmuxtheme" +### Installation with [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm) + +Add plugin to the list of TPM plugins in `.tmux.conf`: + + set -g @plugin 'jimeh/tmux-themepack' + +Hit `prefix + I` to fetch the plugin and source it. The plugin should now be working. + +You 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 + ... ## Themes