-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TPM does not install plugins on M1 Mac (Ventura) #260
Comments
Everything resolved after renaming |
I have the same problem on macOS 13.5 (Ventura), tmux simply seems to ignore plugins. |
same issue on macOS 13.5 :( My tmux configuration is in ~/.config/tmux/tmux.conf and tpm is installed in ~/.tmux/plugins/tpm |
got it working after adding:
to my |
If you tmux file is located at
I can update the README to reflect that, but my buddy ran into this problem too and this fixed it for him. |
I've just started rewriting a bunch of dotfiles from scratch and ran into this issue. Above comment worked just fine. 👍🏻 |
I have a related issue in macOS Sonoma. When I try to install a plugin, it ends up in
|
Had this issue for a while, and for installations through nix one needs to add ben nix-profile bin directory like this:
|
Description
I installed tmux via Homebrew and did
git clone
tpm but it does not let me install plugins.Expected Behavior
~/.tmux/plugins ❯ ls tpm tmux-sensible ... ❯
Actual Behavior
Plugins are not shown in
~/.tmux/plugins
~/.tmux/plugins/tpm/scripts ❯ ./install_plugins.sh ❯
~/.tmux/plugins ❯ ls tpm ❯
Steps to Reproduce the Problem
.tmux.conf
Specifications
The text was updated successfully, but these errors were encountered: