-
-
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
Move all configurations into one directory #262
Comments
Good idea. They started slowly accumulating. For backwards compatibility we should leave the local plugins in |
I could add migration. For example, if there is no end directory, then we have the old location of the settings and we can migrate everything. We would end up with just one check for this. I was also thinking that we could add a coloring of the output to accentuate certain events for users. |
I've actually been maintaining a fork since November that more or less does what @neiromaster is requesting. If the user has specifically gone out of their way to set Let's assume the user has set In
In
In
In
In
The reason for organising where the quickstart kit's configurations are stored (and keeping zgenom, plugins and friends away from the configurations) is so that I can have any big or small change made to either the fork itself or my shell dotfiles (zsh, NeoVim, etc.) instantly and automatically propagate to every one of my machines Unfortunately, I am by no means a trained developer. Most of the implementation relies on painfully simple abuse of Feel free to see the changes here, but please wear eye protection; it's dangerous in there: deetuned/zsh-quickstart-kit/tree/dev P.S Thank you for all your hard work on this kit, @unixorn! Footnotes
|
I think it'd be a good idea. I haven't had time to start work on it, so if you do, go ahead. Make it default to using I'm going to add a |
Feature Request
Is your feature request related to a problem? Please describe.
Currently, all configuration files and directories (e.g.,
.zsh-quickstart-no-omz
,.zsh-quickstart-kit-prompt-switch-warning
,.zshrc.pre-plugins.d
and many others) must be in the user directory, which is very cluttered with numerous settings. Should we consider moving all of these files to a single location? As an option, you can make a single hidden directory directly in the user directory, or as a more common option in.config
dir.Describe the solution you'd like
For example, move all settings into
$HOME/.zqs-config/
or$HOME/.config/zqs-config
(https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)The text was updated successfully, but these errors were encountered: