rose-pine / tmux

Soho vibes for tmux
MIT License
135 stars 48 forks source link

Can't install from tpm. #28

Closed beyourselfm closed 5 months ago

beyourselfm commented 5 months ago
set -g @tpm_plugins '           \
   tmux-plugins/tpm             \
   tmux-plugins/tmux-sensible   \
   tmux-plugins/tmux-yank       \
   christoomey/vim-tmux-navigator \
   jimeh/tmuxifier              \
   rose-pine/tmux               \
'
# set -g @plugin 'rose-pine/tmux'
# set -g @plugin 'tmux-plugins/tpm'
# set -g @plugin 'tmux-plugins/tmux-sensible'
# set -g @plugin 'tmux-plugins/tmux-yank'
# set -g @plugin 'christoomey/vim-tmux-navigator'
# set -g @plugin 'jimeh/tmuxifier'

set -g @rose_pine_variant 'main' # Options are 'main', 'moon' or 'dawn'
image
beyourselfm commented 5 months ago

OK, I found the solution .

I installed another theme before, .tmux/plugins/tmux folder name is same as rose-pine/tmux folder name, So i must delete the folder then press prefix + I to install.

hesperaux commented 3 months ago

I realize this issue is closed, but I just resolved the same issue tonight and what I did was fork this repo and rename it so that when tpm checks out the plugin, it will have a different folder name and the names no longer conflict. I'm guessing OP had the catppuccin theme installed (that's what was breaking mine).

Swivelgames commented 1 month ago

Yeah... there seems to be a trend of naming these repos tmux, which is probably a bad practice. I'm going to have to fork the repo and rename it as well...