Skip to content

Can I use both oh-my-zsh and zim together? #472

Closed Answered by ericbn
NamekMaster asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, you can use both together. There are basically two ways to do it:

  1. Install both ohmyzsh and Zim (you'll have both source $ZSH/oh-my-zsh.sh and source ${ZIM_HOME}/init.zsh in your ~/.zshrc file). In this case you should avoid using the Zim completion module, as it will conflict with ohmyzsh. Other Zim modules can conflict with ohmyzsh plugins too. Then you use zimfw to install other plugins. I don't recommend this approach.
  2. Only install Zim, and not run the ohmyzsh installation (you'll have source ${ZIM_HOME}/init.zsh in your ~/.zshrc file, but not source $ZSH/oh-my-zsh.sh). Then use zimfw to install the ohmyzsh plugins you want, and any other plugins you also want. I strongly suggest…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by NamekMaster
Comment options

You must be logged in to vote
4 replies
@ericbn
Comment options

@LittleNewton
Comment options

@ericbn
Comment options

@LittleNewton
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants