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

Install plugin from subdirectory #279

Open
timofurrer opened this issue Mar 23, 2024 · 1 comment
Open

Install plugin from subdirectory #279

timofurrer opened this issue Mar 23, 2024 · 1 comment

Comments

@timofurrer
Copy link

Is it possible to install a plugin from a subdirectory, for example the git repository timofurrer/edelweiss contains a directory tmux that contains the plugin files which is what I want my set -g @plugin command to point to, something like this:

set -g @plugin `timofurrer/edelweiss:tmux`

Is that somehow already possible? If not, would that be something you'd consider supporting?

@RossBarnie
Copy link

There's no support for that at the moment (that I'm aware of). This may be overkill but you could create the tmux plugin as its own repo and include it as a submodule in your edelweiss repo. Your TPM config would point to the submodule repo directly rather than trying to traverse the edelweiss repo.

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

2 participants