-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Make the quickstart kit easier to customize without maintaining a separate fork #205
Comments
At first, I used the zsh-quickstart-local-plugins-example plugins file to add some of my plugins to the set. But that ends up having to look at the original .zgen-setup file to see if there are any changes to it. |
They're zgenom load commands, I could add a toggle command to skip the .zsh-quickstart-plugins file entirely, then you could drop a file into ~/.zshrc.d Or maybe make it skip looking at the standard file completely if you have a custom one, it'd only be a file existence check and pretty quick. |
I thought about how to implement a more convenient option, but I did not come up with anything sensible. |
I'll look into adding some sort of update notification mechanism to display some changelog information. I want something that will only make an announcement once when a user logs in. |
If I understand the documents correctly, is .zsh-quickstart-local-plugin only for removing default plugs? Also, .zshrc is linked to the project and not to be touched? If I want to add plugins I add them to .zshrc.d? Thanks, just a bit confused. |
You can either add a new plugin in a file in |
Can zgen or omz plugins be added to |
It's actually best to put them in |
The docs were unclear on that, so #210 updates them accordingly |
I will try one of these days to migrate the settings as in the new documentation, so as not to use the fork, and I will report the results |
Thanks, I appreciate having someone else test - when I test code I wrote myself I tend to unconsciously avoid the rough edges in it so having someone test who's coming in with no preconceptions helps a lot. |
#250 (thanks @neiromaster ) made tweaking the plugin list a lot simpler. @YenLegion, you mentioned local plugins so have a look |
I'd like to make the kit easier to customize without users having to maintain a separate fork.
@neiromaster, @seanb4t, @stts, @stevesea, I notice from the network graph that you all are maintaining separate forks. What changes would you like to see that would let you use the base kit? Should I wrap more of the kit's features in settings toggles?
The text was updated successfully, but these errors were encountered: