Ecosyste.ms: Awesome

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

https://github.com/kalsowerus/kalsowerus.zsh-theme

Colorful multiline oh-my-zsh theme. Includes git, nvm and error code status decorations.
https://github.com/kalsowerus/kalsowerus.zsh-theme

antigen oh-my-zsh oh-my-zsh-theme zsh zsh-theme

Last synced: about 1 month ago
JSON representation

Colorful multiline oh-my-zsh theme. Includes git, nvm and error code status decorations.

Lists

README

        

![preview](theme.png)

# Dependencies

- A Powerline-compatible font
- Oh My Zsh

# Install (Antigen)

In your `.zshrc`:

```zsh
# Requires oh-my-zsh
antigen use oh-my-zsh

antigen theme kalsowerus/kalsowerus.zsh-theme

antigen apply
```