-
Notifications
You must be signed in to change notification settings - Fork 802
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
Update documentation for new users coming from Homebrew revision 2 #898
Conversation
Reflect changes introduced in Homebrew/homebrew-core#73173
Is this a requirement for existing users too? |
Nope. |
I appreciate your work on this @seivan , sorry for the delay with reviewing all this. |
@jthegedus Btw, the Fish stuff needs an extra set of eyes, and I haven't tested Bash. |
Yeah no worries, asdf has potential, but it's very messy if I can be blunt. I got a list of things I'd want to discuss if you'd be open to it. |
For longer form discussions and feedback please use GitHub Discussions and tag me. Keep in mind that the core asdf team probably also want the changes you're thinking of, but just haven't had the time or capcity to get to it. |
If you can corral some Homebrew users to test that would be good. |
I'm setting up images to test, so far for setting up
|
Reflect changes introduced in Homebrew/homebrew-core#73173
Summary
Existing solutions like
source "$(brew --prefix asdf)/asdf.sh"
will still work, so there is no need to migrate.There will be one level of indirection as that will source the real path
/usr/local/opt/asdf/libexec/asdf.sh
The documentation reflects the changes for new users and new paths for various shell scripts.
$PATH
"$(brew --prefix asdf)/libexec/lib/asdf.sh"
to get$ asdf shell <package> <version>