Manjaro zsh customizations on macos

Hello :wave:everyone,

Context: In my next job I’ll have to use a macos and I was wondering if it’s possible to use manjaro-zsh-config under the mac somehow.

Thanks in advance!

Hullo,
On mac:

touch ~/.zshrc

Put stuff in there.
A good amount of it should … or could … work.

Though the way it is currently set up it appears it sources other files - which you may wish to just combine into the .zshrc

Also note you will need a few things, like powerlevel10k.

(the exact deps of the package are : zsh-autosuggestions zsh-syntax-highlighting zsh-completions zsh-history-substring-search zsh ttf-meslo-nerd-font-powerlevel10k zsh-theme-powerlevel10k)

Here is just an example guide that came up from search:

https://v-char.medium.com/now-let-customize-your-native-macos-terminal-with-oh-my-zsh-and-powerlevel10k-b48b9c30d39f

1 Like

I already applied the changes following the article that you provided https://v-char.medium.com/now-let-customize-your-native-macos-terminal-with-oh-my-zsh-and-powerlevel10k-b48b9c30d39f and the shell feels very better now!

Thanks a lot @cscs !

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.