mirror of
https://github.com/tmux-plugins/tpm.git
synced 2024-12-04 18:58:49 +00:00
[chore 🥲] Install plugin with command 🐸 (#6)
This commit is contained in:
parent
99469c4a9b
commit
634d59d4bb
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user