Help with setting up zsh

i suddenly notice this output after updating my laptop… help me out pls

You have zsh running but it is not configured … it is attempting to prompt you to create the necessary configuration files.

Execute touch ~/.zshrc and copy this content

# Source manjaro-zsh-configuration
if [[ -e /usr/share/zsh/manjaro-zsh-config ]]; then
  source /usr/share/zsh/manjaro-zsh-config
fi
# Use manjaro zsh prompt
if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then
  source /usr/share/zsh/manjaro-zsh-prompt
fi

And Restart your pc,
p.s.- I am not sure if this will work.

I use oh-my-zsh which has quite a few cool plugins and helps with the setup.
Give it a try if you want something automated.

You’ll still need to deal with the rest of your profile setup if you’ll do some development though (paths, aliases, etc)