DEV Community

Cover image for What is your favorite ZSH theme?
Noah Trupin
Noah Trupin

Posted on

What is your favorite ZSH theme?

I've being using the classic robbyrussell with Oh My ZSH for quite some time now, and I'm looking for ideas about what to used next.

So, what is your favorite ZSH theme?

Latest comments (39)

Collapse
 
hardik_khanesa profile image
Hardik khanesa
Collapse
 
cravacuore profile image
Damián Cravacuore

I made my own Frankenstein theme raw:

raw theme example

# Inspired by making a mixture the following themes:
# robbyrussell + arrow + lambda
# changing some colors and elements positions

local ret_status="%(?:%{$fg_bold[grey]%}λ :%{$fg_bold[red]%} λ )"
PROMPT=' ${ret_status}%{$fg[magenta]%}%c %{$fg[black]%}➤ %{$reset_color%}'
RPROMPT='$(git_prompt_info) %{$reset_color%}'

ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[grey]%}git:(%{$fg[cyan]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[grey]%}) %{$fg[yellow]%}✗"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[grey]%})"
Enter fullscreen mode Exit fullscreen mode
Collapse
 
alonsod profile image
Daniel

I use Ubuntu on windows 10. And Space-ship is my favorite theme.

Collapse
 
scotttesler profile image
Scott Tesler

The Dracula theme.

draculatheme.com

Collapse
 
igormp profile image
Igor Moura

Kind of a shameless self plug, but I've made my own based on a theme from bash-it that I really liked, you can find it here.

imp theme

Collapse
 
ntrupin profile image
Noah Trupin

Well done with the theme! The blue/green color combination is a nice touch

Collapse
 
igormp profile image
Igor Moura

Thanks, really appreciate your words :)

Collapse
 
gustavobcampos profile image
gustavobcampos

It's just like 9k but faster

Thread Thread
 
romkatv profile image
Roman Perepelitsa

You can use Powerlevel10k as a faster version of Powerlevel9k but it's not the whole thing. There are many features that exist only in Powerlevel10k. See github.com/romkatv/powerlevel10k/b....

Collapse
 
rcrosado profile image
Ricardo Grøndahl-Rosado

I used the default robbyrussell for a long time, but switched to bira. Happy with it so far. Need to try out space-ship and powerlevel10k though.

Collapse
 
manan30 profile image
Manan Joshi
Collapse
 
exit profile image
Dmytro Kyshchenko

Bira

Collapse
 
nickytonline profile image
Nick Taylor • Edited

I use Joker or Agnoster. Lately I've been on Agnoster.

zsh Agnoster theme terminal screenshot

More about my setup here: