tmux-plugins / tpm

Tmux Plugin Manager
MIT License
11.68k stars 415 forks source link

How to install plugins automatically? #266

Open LittleNewton opened 9 months ago

LittleNewton commented 9 months ago

I am trying to build a Tmux auto-configuring project and I wish when tmux.conf exists, all the declared plugins will be installed once a new Tmux session is created without pressing <prefix>I.

It is helpful because many people have no sense of installing plugins by hand.

LittleNewton commented 9 months ago

I have read docs of Automatic tpm installation. It is very helpful.

MaJinjie commented 6 months ago

What if it doesn't work when you Add auto plugin installation? Try replacing bin/install_plugins with bindings/install_plugins. It is helpful to me.