-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improve OotB CLI experience #148
Comments
Also of note: https://github.com/ublue-os/toolboxes |
Use [uBlue's fedora toolbox image](https://github.com/ublue-os/toolboxes) as a basis for a `zeliblue-cli` toolbox image Related to #148
`zeliblue-cli` is still based on fedora-toolbox, now via uBlue's fedora-toolbox image (see [uBlue toolboxes](https://github.com/ublue-os/toolboxes)) Users can opt in with `just enable-zeliblue-cli`. Once opted in, `zeliblue-cli` will be generated from a quadlet, and podman auto updates will be enabled to ensure the container image stays up-to-date. Since I had to edit the `just` commands anyway, I fixed #159 and did other cleanups while here. In a follow-up PR after further testing of these changes, I'll investigate using more ideas from uBlue's bluefin-cli setup. Related to #148
Remaining blockers for this to be closed:
|
The aforementioned Homebrew issues found by the Bluefin guys have been resolved. As it turns out, the solution seems to simply be to only invoke homebrew when the shell is interactive. Which...I had already been doing for anyway see #185 because Homebrew is much, much simpler for providing a good, OotB CLI experience than solving the container-related issues (#184) with the |
Bluefin has found some issues with using Homebrew the way we do now. One thing they're looking into is using brew in a distrobox; worth keeping an eye on what they're doing to maybe use here too.Brew is back as the default CLI experience, thanks to the Bluefin guys figuring out a solution to the previously-mentioned issues (see https://universal-blue.discourse.group/t/bluefin-is-feature-complete/703);
zeliblue-cli
will continue to be maintained as a fallback and alternative.Remaining tasks before this issue is closed:
bling.fish
stuff #188The text was updated successfully, but these errors were encountered: