Skip to content
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

Plugin installation from a non-main git branch fails #296

Open
maxigaz opened this issue Oct 18, 2024 · 0 comments
Open

Plugin installation from a non-main git branch fails #296

maxigaz opened this issue Oct 18, 2024 · 0 comments

Comments

@maxigaz
Copy link

maxigaz commented Oct 18, 2024

I've been using a plugin with a specific branch (i.e. not main or master) through tpm. I have the following added to my ~/.tmux.conf:

set -g @plugin 'maxigaz/tmux-onedark-theme#pr-no-default-time-date'

This doesn't seem to work on the device I'm trying now; if I press Ctrl + I, I get a download fail error for tmux-onedark-theme.

However, if I do the following, it works:

  1. Edit ~/.tmux.conf so that it contains set -g @plugin 'maxigaz/tmux-onedark-theme'.
  2. Press Ctrl + I.
  3. Navigate into ~/.tmux/plugins/tmux-onedark-theme.
  4. Run git checkout pr-no-default-time-date.
  5. Restart tmux.

I'm using tmux 3.4 on Arch Linux ARM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant