[chore 🥲] Install plugin with command 🐸 (#6)

This commit is contained in:
Sabbir Hossain Shuvo 2024-10-19 18:29:31 +06:00 committed by GitHub
parent 99469c4a9b
commit 634d59d4bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,10 @@ That's it!
1. Add new plugin to `~/.tmux.conf` with `set -g @plugin '...'`
2. Press `prefix` + <kbd>I</kbd> (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.