dracula / iterm

🧛🏻‍♂️ Dark theme for iTerm
https://draculatheme.com/iterm
MIT License
256 stars 73 forks source link

UI seems a little diffrent with the official screenshot #5

Closed imjustfly closed 5 years ago

imjustfly commented 6 years ago
screen shot 2017-11-01 at 21 50 06

the command and strings still have no color. But the official screenshot shows the command should green and string should be yellow.

I used dracula theme for iterm2 and zsh. I missed something?

mirandashort commented 6 years ago

Same here - no colors at all

inflation commented 6 years ago

Same here, I'm on fish

paxton4444 commented 6 years ago

same here, no arrows, or colors. Not sure how I can make it look like that.

anubhavcodes commented 6 years ago

Seems like thats more of a bash prompt configuration.

Have a look at this https://github.com/magicmonty/bash-git-prompt

aizkhaj commented 5 years ago

I've figured this out.

That syntax highlighting is coming from a plugin called zsh-syntax-highlighting. As it may be obvious to some, it relies on zsh and not bash. Instructions to installing the plugin are on their repo at: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md.

If you use homebrew to install this plugin, make sure you add the line it asks you to add into your .zshrc file.

imjustfly commented 5 years ago

@aizkhaj thanks a lot!