how to have my own zsh config #1280
-
|
Maybe I haven't read the docs of HyDE that much, but I just want well-handled config for the OS, DE,... and mainly use my shell (zsh). In the back old versions, when I updated HyDE config, I always had to restore my .zshenv, zshrc. Recently I have updated to HyDE v25.9.1, and everything is messed up. My zsh config isn't recognised, instead it is loaded from .config/zsh which seemed not to be a standard of zsh (I guess) and handled by HyDE. Moving that folder in order to not load it, my hyprland config breaks. Also I have no idea how to custom So, do we have a way that I can manage my own zsh config, and what is the right way to config hyprland config now? Thank you for your great effort for hyprland community!!! Hope for your reply soon, because my shell is broken. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Update: I have override my ~/.zshenv and I can now use my zsh config. But I still don't know how to config hyprland now, and what is the use of ~/.config/hyde/config.toml |
Beta Was this translation helpful? Give feedback.
-
|
Basically you missed a lot. ZSH
Now if you don't want these fork HyDE and modify the
We are using UWSM now. Add your declaration in
Just modify
Here https://hydeproject.pages.dev/en/configuring/config_toml/ This is a lot so I will make AI (perplexity) rewrite what I said ,formatted. |
Beta Was this translation helpful? Give feedback.
Here's AI's formatting. I reviewed it and looks accurate to me.
ZSH Configuration
The standard directory for ZSH configuration is
$ZDOTDIR.In this setup,
$ZDOTDIRis set to~/.config/zshto avoid cluttering the home directory.To customize your terminal configuration, edit:
$ZDOTDIR/.zshrcFor global shell variables or configuration (outside
.zshrc), add individual files in:$ZDOTDIR/conf.d/zshenvdeclarations here.If you prefer to bypass this modular method, you can fork HyDE and edit your
~/.zshenvor add aPflag in~/HyDE/Scripts/restore_cfg.psvfor~/.zshenv.