-
-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
Description
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)
roadkell