Open lightbluepoppy opened 1 year ago
Everything resolved after renaming .tmux.conf
to tmux.conf
. I got an error that says "tmux.conf is missing" after double-clicking .tmux/plugins/tpm/scripts/install_plugins.sh
but not in a terminal. This must be a real issue.
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:
set-environment -g TMUX_PLUGIN_MANAGER_PATH "~/.tmux/plugins/"
to my .config/tmux/tmux.conf
file.
If you tmux file is located at ~/.config/tmux/tmux.conf
I highly recommend following these steps:
~/.tmux
directory entirely. NOTE: make sure to backup any custom config you may have in there.~/.config/tmux/plugins/tpm
NOTE: you may have to mkdir plugins before running the clone command
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
I can update the README to reflect that, but my buddy ran into this problem too and this fixed it for him.
If you tmux file is located at
~/.config/tmux/tmux.conf
I highly recommend following these steps:
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.
My configuration is in ~/.tmux.conf
and my TMUX_PLUGIN_MANAGER_PATH
is ~/.tmux/plugins/
.
When I try to install a plugin, it ends up in ~/.tmux/plugins/tmux/
and both install and update does not seem to have an effect. I get something like:
Already installed "tmux"
Already installed "tpm"
TMUX environment reloaded.
Had this issue for a while, and for installations through nix one needs to add ben nix-profile bin directory like this:
set-environment -g PATH "/Users/<USERNAME>/.nix-profile/bin:/opt/homebrew/bin:/bin:/usr/bin"
Description
I installed tmux via Homebrew and did
git clone
tpm but it does not let me install plugins.Expected Behavior
Actual Behavior
Plugins are not shown in
~/.tmux/plugins
Steps to Reproduce the Problem
.tmux.conf
Specifications