File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ Which will yield a Tmux window looking like this:
51
51
52
52
## Installation
53
53
54
+ ### Manual
55
+
54
56
Clone the repo to your machine:
55
57
56
58
git clone https://github.com/jimeh/tmuxifier.git ~/.tmuxifier
@@ -76,12 +78,28 @@ set path = ( "~/.tmuxifier/bin" $path )
76
78
set -gx PATH " ~/.tmuxifier/bin" $PATH
77
79
```
78
80
79
- ### Custom Installation Path
81
+ #### Custom Installation Path
80
82
81
83
To install Tmuxifier somewhere else than the suggested ` ~/.tmuxifier ` , simply
82
84
clone the repository to your custom location, and ensure the ` bin ` folder is
83
85
added to your PATH making the ` tmuxifier ` executable available to you.
84
86
87
+ ### TPM
88
+
89
+ You can also install and update Tmuxifier with
90
+ [ TPM] ( https://github.com/tmux-plugins/tpm ) :
91
+
92
+ ``` bash
93
+ set -g @plugin ' jimeh/tmuxifier'
94
+ ```
95
+
96
+ Trigger TPM's install command with ` prefix ` + ` I ` to install Tmuxifier to TPM's
97
+ plugin directory (default is ` $HOME/.tmux/plugins ` ).
98
+
99
+ To use the ` tmuxifier ` command, you will need to add the ` bin ` directory to your
100
+ PATH. If you are using the default TPM plugin directory, the ` bin ` directory
101
+ will be ` $HOME/.tmux/plugins/tmuxifier/bin ` .
102
+
85
103
## Setup
86
104
87
105
** In bash & zsh:**
You can’t perform that action at this time.
0 commit comments