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
- Host: GitHub
- URL: https://github.com/thezzisu/zzshell
- Owner: thezzisu
- License: mit
- Created: 2021-08-01T13:20:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T03:24:26.000Z (over 2 years ago)
- Last Synced: 2024-04-21T23:20:38.291Z (over 1 year ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - zzshell - Inspired by the default [Oh-My-Zsh](http://ohmyz.sh/) theme. Displays exit code and `git` status decorations. Doesn't require Powerline fonts. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - zzshell - Inspired by the default [Oh-My-Zsh](http://ohmyz.sh/) theme. Displays exit code and `git` status decorations. Doesn't require Powerline fonts. (Themes / ZSH on Windows)
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

### oh-my-posh on PowerShell

## 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`