An open API service indexing awesome lists of open source software.

https://github.com/thezzisu/zzshell

Shell theme for zsh and posh
https://github.com/thezzisu/zzshell

Last synced: 3 months ago
JSON representation

Shell theme for zsh and posh

Awesome Lists containing this project

README

          

# 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](https://user-images.githubusercontent.com/21094314/128603460-f76e795e-b20c-4263-91b5-7941de8ff94a.png)

### oh-my-posh on PowerShell
![image](https://user-images.githubusercontent.com/21094314/128603588-4ec904a7-4827-45ae-9f75-169edc2787ae.png)

## Install
### oh-my-zsh
```sh
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
```powershell
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`