I don’t like messy dotfiles. The thought of having tons of random configuration entries in files like my .zshrc really bothers me, so I implemented something that works like a conf.d like directory structure for my shell dotfiles. I also still use the bash shell in certain situations, and I want a more or less consistent environment, no matter which shell I use (bash, zsh). With the following setup, it’s possible to have the following: A directory called zshrc.d, which includes multiple, ...