-
Notifications
You must be signed in to change notification settings - Fork 1
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
refactor(ci): macOS support and more fixes #12
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet! Is not there a better way to distribute the dist for the GitHub action? e.g. a different branch of something similar?
The docs recommend using a separate repo. Create Also, a bit early but it might be best to maintain the ports themselves in a separate repo. Most of them anyways, some can stay in the core. Note: just slashed the diff in half but it's still hefty. This isn't minified so we shouldn't see big diffs here going fwd. |
Describe your change
This tackles a bunch of minor tasks including:
# ghjk-hook
markers in user shell configsMotivation and context
Improvements determined through #495 on metatype.
Migration notes
Lines that load the ghjk hooks will need to be removed from shell configs. The the new installer doesn't recognize them unless they have the mark so manually remove them and install again.
Checklist