Need a help with a Terminal Look

Those packages are all in the Arch repos, they will be installed as dependencies after you follow my instructions.

ok, i installed it, now how can i enable it?

Scroll back up and follow the instructions already provided. :wink:

i was following guides from here and no luck, can you please tell me how i can enable it?

i installed the font and:

git clone https://gitlab.manjaro.org/packages/community/manjaro-zsh-config.git
cd manjaro-zsh-config
makepkg -srif

and after that i tried to apply configs from this post and no luck.

By doing what?

Include this in ~/.zshrc :

# Use powerline
USE_POWERLINE="true"
# 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
1 Like

Have you sourced your ~/.zshrc or restarted your shell yet? Whenever you make changes to any shell config files, you need to source it for the current active terminal:

source ~/.zshrc

…and just to be sure, you have made ZSH your default shell?

thank you so much guys, you’re the best!
Last question: how can i track for a changes on: Packages / Community / manjaro-zsh-config · GitLab
for a new versions so that i can upgrade it?

Updates to this package - if you have it installed - come automatically with the regular updates.
I know of only one way to track changes: watch what gets updated
But, as already said, you’d have to apply any changes to files in /etc/skel manually whenever they change.
… why would you want to track any minor change to the default configuration
when you have a configuration that you are happy with? …rhetorical question :sunglasses:

All the setup documents you really want and which are introduced by these bundles end up in the registry:
/and so forth/skel
where all the default design documents dwell.

They get utilized and applied consequently just when another client account is made.

To utilize these in an all-around existing record
you want to duplicate the (significant) documents to the client account you need them to be applied in.