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
- Host: GitHub
- URL: https://github.com/JKerboeuf/chill.zsh-theme
- Owner: JKerboeuf
- License: mit
- Created: 2019-12-15T23:31:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-10T17:42:31.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T17:25:55.605Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - chill - Has decorations for the current working directory, last command exit status and `git` status. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - chill - Has decorations for the current working directory, last command exit status and `git` status. (Themes / ZSH on Windows)
README
## Chill oh-my-zsh theme
### Features
- Shows full pwd
- Shows git status
- Shows command return status
### Screenshot

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