Shell theme for zsh and posh
- Inspired by the default OMZ theme
- Do not require powerline / unicode fonts, works in TTY
- Exit codes are displayed
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
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