https://github.com/akz92/clean
Minimalist zsh theme
https://github.com/akz92/clean
Last synced: 7 months ago
JSON representation
Minimalist zsh theme
- Host: GitHub
- URL: https://github.com/akz92/clean
- Owner: akz92
- Created: 2016-10-21T13:05:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T14:24:16.000Z (about 8 years ago)
- Last Synced: 2025-03-27T03:43:58.464Z (8 months ago)
- Homepage:
- Size: 284 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zsh-plugins - clean (akz92) - Minimalist ZSH theme. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - clean (akz92) - Minimalist ZSH theme. (Themes / ZSH on Windows)
- awesome-zsh-plugins - clean (akz92) - Minimalist ZSH theme. (Themes / Zinit (née zplugin))
README
# Clean
Minimalist zsh theme that doesn't rely on oh-my-zsh and provides git branch name and status information
## Preview

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