@garritfra As a former oh-my-zsh user, I feel your pain. I’d highly recommend #zplug as a replacement, for a higher degree of flexibility with how/when things are loaded.
I'm switching to a "zplug" implementation from the "oh-my-zsh".
Zplug can:
- Lazy load plugins
- Install plugins from different sources like oh-my-zsh!
- Operate asyncronously
- Manage plugin dependencies
I seperated the plugin declerations to another file. Therefore my zsh config is more compact than ever! Dotfiles on the way...