Skip to content

Commit 8860e27

Browse files
author
G. Roggemans
committed
Added info about switching from TPM to the README
1 parent 954182c commit 8860e27

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@ $ curl -Ls ellipsis.sh | PACKAGES='ellipsis-tpm' sh
2929
The `.ellipsis/bin` folder should be added to your path. If it isn't you will
3030
need to symlink `.ellipsis/bin/ellipsis-tpm` to a folder that is in your path.
3131

32+
### Switching from [TPM][tpm]
33+
34+
Make sure your using the `@plugin` notation, switch the initialization line in
35+
your tmux.conf and your good to go!
36+
37+
```
38+
# Remove this
39+
set -g @plugin 'tmux-plugins/tpm'
40+
run '~/.tmux/plugins/tpm/tpm'
41+
42+
# Add this
43+
run 'ellipsis-tpm run'
44+
```
45+
3246
### Usage
3347

3448
Add your plugins in your `.tmux.conf` file.

0 commit comments

Comments
 (0)