tpm icon indicating copy to clipboard operation
tpm copied to clipboard

Tpm is not installing all plugins

Open husseljoo opened this issue 1 year ago • 3 comments

I'm running tmux on a Ubuntu server machine and copied the exact tmux.conf that I have. The plugins "copycat" and "cyan" are exclued when installing using tpmfor some reason The same config works flawelessly in my local setup (Arch-Linux). Any idea how to resolve this? tpm_plugin_install_error

husseljoo avatar Nov 14 '24 19:11 husseljoo

I am having the same issue

Iweisc avatar Jan 02 '25 07:01 Iweisc

Not sure if you fixed this but ChatGPT just told me I had to do this, because when I ran show-messages it showed that this variable was not set. I killed the tmux server and restarted it and everything installed correctly.

set-environment -g TMUX_PLUGIN_MANAGER_PATH "$HOME/.tmux/plugins"

m34nbunny avatar Mar 17 '25 17:03 m34nbunny

I'm having the same issue and the envar doesn't do anything, whether setting it outside of tmux or in the tmux conf. I probably will never come back to this because I am managing it myself with git submodules now but good luck.

dazemc avatar Jul 22 '25 00:07 dazemc