/zzshell

Shell theme for zsh and posh

Primary LanguageShellMIT LicenseMIT

zzshell

Shell theme for zsh and posh

Features

  • Inspired by the default OMZ theme
  • Do not require powerline / unicode fonts, works in TTY
  • Exit codes are displayed

Screenshots

oh-my-zsh on zsh

image

oh-my-posh on PowerShell

image

Install

oh-my-zsh

curl --proto '=https' -sSf https://raw.githubusercontent.com/thezzisu/zzshell/master/zzshell.zsh-theme | tee ~/.oh-my-zsh/custom/themes/zzshell.zsh-theme
sed -i -E 's/ZSH_THEME=".+"/ZSH_THEME="zzshell"/' .zshrc

Then change the theme in .zshrc

oh-my-posh

Invoke-WebRequest https://raw.githubusercontent.com/thezzisu/zzshell/master/.zzshell.omp.json -UseBasicParsing -OutFile ~/.zzshell.omp.json
Set-PoshPrompt -Theme ~/.zzshell.omp.json

To persist the change, add the second line to your $PROFILE