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

Add runtime manager abstraction & experimental mise support (mstrap = mise-en-strap???) #50

Merged
merged 11 commits into from
Jan 28, 2024

Conversation

maxfierke
Copy link
Owner

@maxfierke maxfierke commented Jan 28, 2024

mise f.k.a. rtx carries a number of benefits over asdf, namely some built-in language runtime version management support (e.g. no plugins needed for Ruby), fast native binaries, and direnv & make-like capabilities

Ultimately, I'd like to move to mise becoming the default, but for now it will be opt-in via a setting in config.hcl

TODO

  • RuntimeManager abstraction
  • Mise RuntimeManager implementation
  • Install mise via mstrap, outside of Homebrew, allowing for installation prior to Homebrew (this will be important for automating getting Ruby installed & Homebrew setup on linux-arm64/aarch64)
  • Document config schema changes

@maxfierke maxfierke linked an issue Jan 28, 2024 that may be closed by this pull request
5 tasks
@maxfierke maxfierke marked this pull request as ready for review January 28, 2024 17:21
@maxfierke maxfierke merged commit 2e056d0 into main Jan 28, 2024
2 checks passed
@maxfierke maxfierke deleted the mf-asdf_to_mise branch January 28, 2024 17:25
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.

Adopt mise as an option for language runtime management
1 participant