📚 docs(installation): missed the step of installing tpm
This commit is contained in:
parent
9de1f3f9a2
commit
13ec163a18
2 changed files with 7 additions and 1 deletions
6
.config/tmux/.github/README.md
vendored
6
.config/tmux/.github/README.md
vendored
|
@ -39,6 +39,12 @@ In the case of the keybindings, [here they are](../conf/binds.conf).
|
|||
|
||||
### :package: Plugins Installation
|
||||
|
||||
First, you need to install [tpm](https://github.com/tmux-plugins/tpm), the tmux plugin manager. Use this command to do so:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
|
||||
```
|
||||
|
||||
Once you enter tmux, hit `prefix + I` to install all the plugins. And that's it.
|
||||
|
||||
# :camera: <samp>Gallery</samp>
|
||||
|
|
|
@ -3,7 +3,7 @@ source-file ~/.config/tmux/conf/plugins.conf
|
|||
source-file ~/.config/tmux/conf/binds.conf
|
||||
source-file ~/.config/tmux/conf/options.conf
|
||||
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
run '~/.config/tmux/plugins/tpm/tpm'
|
||||
|
||||
# Padding for the status bar (Need to put it here to work correctly)
|
||||
set -Fg 'status-format[1]' '#{status-format[0]}'
|
||||
|
|
Loading…
Add table
Reference in a new issue