From 634d59d4bb89d674e23a152007463078c386892c Mon Sep 17 00:00:00 2001 From: Sabbir Hossain Shuvo <82939905+devlopersabbir@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:29:31 +0600 Subject: [PATCH] =?UTF-8?q?[chore=20=F0=9F=A5=B2]=20Install=20plugin=20wit?= =?UTF-8?q?h=20command=20=F0=9F=90=B8=20(#6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2371863..e7767c6 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ That's it! 1. Add new plugin to `~/.tmux.conf` with `set -g @plugin '...'` 2. Press `prefix` + I (capital i, as in **I**nstall) to fetch the plugin. +3. Or you can directly run the below command + ```bash + ~/.tmux/plugins/tpm/scripts/install_plugins.sh + ``` You're good to go! The plugin was cloned to `~/.tmux/plugins/` dir and sourced.