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