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

Trying out mise as an alternative to asdf #81

Open
scottmuc opened this issue Sep 14, 2024 · 1 comment
Open

Trying out mise as an alternative to asdf #81

scottmuc opened this issue Sep 14, 2024 · 1 comment
Assignees

Comments

@scottmuc
Copy link
Owner

scottmuc commented Sep 14, 2024

One of the things I don't like about asdf is that it requires you to specify a specific version. I much prefer declaring a dependency and having a version resolution create a some form of lock file.

The tool I want to try is mise. Not going to lie, but the name is a bit of a draw since I enjoy and follow the tactic of mise-en-place when I cook. That being said, I'm not sure how interested I am in the direnv-like functionality and the make-like functionality.

This might be another stop on my journey to eventually use nix.

Note, asdf was introduced in #49

@scottmuc scottmuc self-assigned this Sep 14, 2024
scottmuc added a commit that referenced this issue Sep 14, 2024
scottmuc added a commit that referenced this issue Sep 14, 2024
I've removed ~/.asdf as part of this.

Issue: #81
scottmuc added a commit that referenced this issue Oct 20, 2024
scottmuc added a commit that referenced this issue Nov 17, 2024
scottmuc added a commit that referenced this issue Nov 17, 2024
@scottmuc
Copy link
Owner Author

scottmuc commented Dec 21, 2024

This kind of UX is really cool:

~/workspace/infrastructure/devices/frodo ? mise ls
Tool        Version             Config Source                             Requested
gum         0.13.0 (outdated)   ~/.config/mise/config.toml                latest
hugo        0.123.8
node        20.11.0 (outdated)  ~/.config/mise/config.toml                latest
opentofu    1.6.1               ~/workspace/infrastructure/.tool-versions 1.6.1
python      3.12.1 (outdated)   ~/.config/mise/config.toml                latest
ruby        3.3.4 (outdated)    ~/.config/mise/config.toml                latest
shellcheck  0.9.0 (outdated)    ~/.config/mise/config.toml                latest

hugo appears because it's installed by not referenced by any config file based on my current working directory.

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

No branches or pull requests

1 participant