📚 docs(installation): missed the step of installing tpm

This commit is contained in:
Sergio Laín 2024-09-29 17:58:09 +02:00
parent 9de1f3f9a2
commit 13ec163a18
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
2 changed files with 7 additions and 1 deletions

View file

@ -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>

View file

@ -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]}'