We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running on a completely fresh ubuntu install, I needed the following:
apt install zsh libc-dev libstdc++-12-dev libgcc-12-dev libatomic1 chsh -s $(which zsh)
and to log out/in to get zshy. We should offer to run these, if we can detect what is needed.
The text was updated successfully, but these errors were encountered:
so, these: libc-dev libstdc++-12-dev libgcc-12-dev libatomic1
libc-dev
libstdc++-12-dev
libgcc-12-dev
libatomic1
we should provide via llvm and a libatomic pkg.
zsh, well we should support all shells. Specifically what required zsh?
zsh
Sorry, something went wrong.
I think the only bug was the one that I fixed yesterday. But there is some weirdness around shell handling still that I'm going to look into.
No branches or pull requests
Running on a completely fresh ubuntu install, I needed the following:
apt install zsh libc-dev libstdc++-12-dev libgcc-12-dev libatomic1 chsh -s $(which zsh)
and to log out/in to get zshy. We should offer to run these, if we can detect what is needed.
The text was updated successfully, but these errors were encountered: