aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index f123485..4064bf8 100644
--- a/README.rst
+++ b/README.rst
@@ -32,13 +32,10 @@ Features
TLDR; I just want it
====================
-- Paste the following to your new ``~/.tmux.conf``:
+- Execute the following line in your shell:
::
- set -g @plugin 'tmux-plugins/tpm'
- set -g @plugin 'tmux-plugins/tmux-sensible'
- set -g @plugin 'tmux-plugins/tmux-colortag'
- run -b '~/.tmux/plugins/tpm/tpm'
+ curl -sS https://raw.githubusercontent.com/Determinant/tmux-colortag/master/bootstrap.sh | bash
- Run ``tmux``, and then hit ``prefix`` + ``I`` so everything should be ready.