thoughtbot / dotfiles

A set of vim, zsh, git, and tmux configuration files.
https://thoughtbot.com
Other
7.94k stars 1.87k forks source link

Unable to set custom zsh theme #644

Open jaimelr opened 4 years ago

jaimelr commented 4 years ago

Hi! I'm trying to change the default Oh My Zsh theme, I created my dotfiles-local/zshrc.local and added the ZSH_THEME="my_theme_name" but it is not loading.

Do you know if there's some step I'm missing? I added the custom theme as suggested by the Oh My Zsh documentation .

PaulRBerg commented 2 years ago

Doesn't look Oh My Zsh can be used with this repo, as per @geoffharcourt's comment left here.

geoffharcourt commented 2 years ago

oh-my-zsh does a lot and supporting it is outside the scope of what we cans support. I'd check if your local zshrc.local is symlinked and after that I'd look into load order to see if that's the issue:

https://github.com/thoughtbot/dotfiles/blob/42a313bde1f4dc7a75cc276714008c77bf3821bf/zshrc#L8-L38