Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What am I missing here? #5

Open
didymus opened this issue Aug 8, 2022 · 1 comment
Open

What am I missing here? #5

didymus opened this issue Aug 8, 2022 · 1 comment

Comments

@didymus
Copy link

didymus commented Aug 8, 2022

Took me a sec to realize I needed to clone it into custom/themes and not just themes. Also to realize OhMyZSH already comes with git-prompt, you just have to enable it. Theme already was Dracula. What does mine look so different? Like, it doesn't have some of the characters for the branches, and it doesn't display the user@machine the same either. Is there something else I need to enable? I've looked through it. I must be missing something.
Screen Shot 2022-08-08 at 2 30 29 PM

@janjoswig
Copy link
Owner

Sorry for the late reply! Yes, the theme needs to be cloned into ${ZSH_CUSTOM}/themes (which defaults to $HOME/.oh-my-zsh/custom/themes I guess).

I probably could mention that git-prompt needs to be activated.

For why, your host and server name are displayed as is and not as in the example, have a look at abbrevs.zsh. There you can define how specific names should be substituted.

For the missing characters, consider using a powerline font that supports them: https://github.com/powerline/fonts.

Does this help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants