What's the best zsh theme?

What's the best zsh theme?

Attached: agnoster.png (645x277, 71K)

Other urls found in this thread:

github.com/olivierverdier/zsh-git-prompt
ezprompt.net/
geoff.greer.fm/lscolors/
twitter.com/NSFWRedditGif

>theming your shell

Bruh . . . . .

>useful information at a glance is undesirable in my working environment

Boomers gtfo

fix your font faggot why do i and l look like that?

Idk but I know it ain't THAT

Theming your shell is boomer as fuck man. Caring enough about your shell to do zsh is boomer. Just use fsh

Powerline patched fonts

why does every screenshot of zsh look like 90s bbs? colorful menus next big milestone?

what useful information?

Fino, funky, smt, trapd00r

POWERLEVEL9K

I really like gentoo's /etc/profile prompt so I just use that on all of my machines.

github.com/olivierverdier/zsh-git-prompt
Specifically the Haskell version.

OP's image indicates the currently checked out branch, as well as the existence of uncommitted changes, at a glance.

Attached: 6a00d83451b8c369e20134862ea4d5970c-pi.gif (300x230, 2.51M)

Can I get those colored command prompts on bash? or is that a zsh only thing?

Does Oh-My-Zsh even have any docs that explain how to configure it? I dont see any on their website

There is a bit on the github.
It’s really just a pre-configured zsh though, so any zsh documentation will apply.

>using git in cli
Do you have a job?

So Oh-My-Zsh is just plugins and configuring the default .zshrc file? I guess you have to read the zsh docs to expand the functionality

>Do you have a job?

muh jerbs
>this is what every java/php/c++ 'expert' says when they see something they dont understand, usually accompanied by vague reference to tooling, and industry standards

thanks for your non-existent input to this discussion, now fuck off back to your enterprise bullshit donkey work

he doesn't

Attached: hero-mac-screenshot.png (700x440, 73K)

I have never seen a single (1) person using git commands on cli, everyone uses gitkraken, vs code, eclise or some graphical way to manage their git. Only spergs would bother to write git add, git fetch, git status, git commit -m, git push every single time. I value my time and my sanity, don't even get me started on merge conflicts

>I have never seen a single (1) person using git commands on cli

>everyone uses gitkraken, vs code, eclise or some graphical way to manage their git.
not a surprise

>Only spergs would bother to write git add, git fetch, git status, git commit -m, git push every single time. I value my time and my sanity, don't even get me started on merge conflicts
it would be a compliment to call you a pajeet because only white trash working in some buba web dev shop in a stripmall in some flyover state would leave the commandline and go into a graphical interface to manually select files to run single gui commands on them

Can I get those colored command prompts on bash? or is that a zsh only thing?

Attached: 1457352090550.jpg (741x486, 111K)

ezprompt.net/

>ricing your shell this
I honestly don't understand the appeal. I just use zsh because I'm too lazy to configure bash.

I work for a defense contractor in embedded systems, we all use eclipse and guis for everything.

Its not just rice, there is a lot of custom functionality in plugins that work with specific apps like Rails or whatever that are available with Oh-My-Zsh

>I work for a defense contractor in embedded systems,
writing bare metal code that will only exist on a single chip, that really makes your opinion valuable to this conversation, thanks for wasting everyone's time with your your boring cubicle insight

sure buddy, you're right, that's ok, the big scary truth is gone now shhh shhh

Not the same, can't get the arrow part.

zsh is fucking gay. go back to Jow Forumsunixporn.

no he obviously doesn't

Windows 10 Powershell

Bira

this one
if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="white"; fi

PROMPT='[%*] %{$fg[$NCOLOR]%}%B%n%b%{$reset_color%}:%{$fg[blue]%}%B%c/%b%{$reset_color%} $(git_prompt_info)%(!.#.$) '

# git theming
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg_no_bold[yellow]%}%B"
ZSH_THEME_GIT_PROMPT_SUFFIX="%b%{$fg_bold[blue]%})%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_CLEAN=""
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%}"

# LS colors, made with geoff.greer.fm/lscolors/
export LSCOLORS="Gxfxcxdxbxegedabagacad"
export LS_COLORS='no=00:fi=00:di=01;34:ln=00;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=41;33;01:ex=00;32:*.cmd=00;32:*.exe=01;32:*.com=01;32:*.bat=01;32:*.btm=01;32:*.dll=01;32:*.tar=00;31:*.tbz=00;31:*.tgz=00;31:*.rpm=00;31:*.deb=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.lzma=00;31:*.zip=00;31:*.zoo=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.tb2=00;31:*.tz2=00;31:*.tbz2=00;31:*.avi=01;35:*.bmp=01;35:*.fli=01;35:*.gif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mng=01;35:*.mov=01;35:*.mpg=01;35:*.pcx=01;35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.ppm=01;35:*.tga=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=01;35:*.dl=01;35:*.gl=01;35:*.wmv=01;35:*.aiff=00;32:*.au=00;32:*.mid=00;32:*.mp3=00;32:*.ogg=00;32:*.voc=00;32:*.wav=00;32:'

Why is this allowed?

Jesus Christ, is this real?