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

https://github.com/akz92/clean

Minimalist zsh theme
https://github.com/akz92/clean

Last synced: 7 months ago
JSON representation

Minimalist zsh theme

Awesome Lists containing this project

README

          

# Clean

Minimalist zsh theme that doesn't rely on oh-my-zsh and provides git branch name and status information

## Preview
![Preview](http://raw.github.com/akz92/clean/master/img/preview.png)

## Installing

### Using zplug

Add the following to your **~/.zshrc** file:
```bash
zplug "akz92/clean"
```

### Using oh-my-zsh

Put **clean.zsh-theme** in your **.oh-my-zhs/themes** directory, then in your **~/.zshrc** file:

```bash
ZSH_THEME="clean"
```