From 13ec163a1834d074bed944407899e026a91ed70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 29 Sep 2024 17:58:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs(installation):=20missed=20t?= =?UTF-8?q?he=20step=20of=20installing=20tpm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/tmux/.github/README.md | 6 ++++++ .config/tmux/tmux.conf | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.config/tmux/.github/README.md b/.config/tmux/.github/README.md index c3afc863..74c969e2 100644 --- a/.config/tmux/.github/README.md +++ b/.config/tmux/.github/README.md @@ -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: ‎ Gallery diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index f978d52e..290f6f20 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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]}'