1
0
Fork 0
mirror of synced 2024-12-13 19:05:45 -05:00

[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 '...'` 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. 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. You're good to go! The plugin was cloned to `~/.tmux/plugins/` dir and sourced.