Skip to content

Conversation

pauloedurezende
Copy link
Contributor

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

  • Format with scripts/format.bash
  • Test locally with scripts/test_plugin.bash --file plugins/<your_new_plugin_name>
  • Your plugin CI tests are green

Motivations for Changing Plugin Links

This pull request proposes changing the existing plugin links for tmux and bat in the asdf-plugins repository. These changes are necessary due to issues identified with the current installations of the plugins:

  1. bat Plugin:

    • The bat plugin is unable to install correctly because it cannot find the correct download URL. This issue prevents users from installing and using bat effectively through asdf.
  2. tmux Plugin:

    • The tmux plugin faces difficulties in being installed because it cannot build from the current repository. This limits user's ability to integrate tmux into their development environments using asdf.

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 in asdf-plugins, ensuring a smoother and more functional installation experience for all users.

These modifications are essential to improve user experience and ensure that tmux and bat can be installed and used without complications. I appreciate the consideration of this pull request and am available for any questions or necessary adjustments.

@pauloedurezende pauloedurezende requested a review from a team as a code owner March 2, 2025 16:06
Copy link
Contributor

@jthegedus jthegedus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@jthegedus jthegedus merged commit ca4b58e into asdf-vm:master Mar 17, 2025
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants