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

https://github.com/JKerboeuf/chill.zsh-theme

A simple and clean oh-my-zsh theme
https://github.com/JKerboeuf/chill.zsh-theme

Last synced: 5 days ago
JSON representation

A simple and clean oh-my-zsh theme

Awesome Lists containing this project

README

          

## Chill oh-my-zsh theme

### Features
- Shows full pwd
- Shows git status
- Shows command return status

### Screenshot

![chill theme](chill.png)

### Installation

Clone this repository in your oh-my-zsh custom themes folder :
```
git clone https://github.com/JKerboeuf/chill.zsh-theme.git ${ZSH_CUSTOM}/themes/Chill
```
Set the theme in your .zshrc :
```
ZSH_THEME="Chill/chill"
```