feat: update repository URLs for bat and tmux plugins #1084
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
tmux
A terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen.
bat
A cat(1) clone with syntax highlighting and Git integration.
Checklist
scripts/format.bash
scripts/test_plugin.bash --file plugins/<your_new_plugin_name>
Motivations for Changing Plugin Links
This pull request proposes changing the existing plugin links for
tmux
andbat
in theasdf-plugins
repository. These changes are necessary due to issues identified with the current installations of the plugins:bat
Plugin:bat
plugin is unable to install correctly because it cannot find the correct download URL. This issue prevents users from installing and usingbat
effectively throughasdf
.tmux
Plugin:tmux
plugin faces difficulties in being installed because it cannot build from the current repository. This limits user's ability to integratetmux
into their development environments usingasdf
.To address these issues, I have created new repositories specifically for
asdf
that fix the aforementioned problems. The intention is to set these new repositories as the default inasdf-plugins
, ensuring a smoother and more functional installation experience for all users.These modifications are essential to improve user experience and ensure that
tmux
andbat
can be installed and used without complications. I appreciate the consideration of this pull request and am available for any questions or necessary adjustments.