https://github.com/diegoos/cleanzsh
Clean ZSH theme
https://github.com/diegoos/cleanzsh
Last synced: 5 days ago
JSON representation
Clean ZSH theme
- Host: GitHub
- URL: https://github.com/diegoos/cleanzsh
- Owner: diegoos
- License: mit
- Created: 2019-12-17T16:41:38.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-07T19:30:16.000Z (23 days ago)
- Last Synced: 2025-11-07T21:19:25.897Z (23 days ago)
- Language: Shell
- Size: 36.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zsh-plugins - cleansh - Minimalist, includes `git`, Ruby, node and Python version status decorations. Works with standard fonts. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - cleansh - Minimalist, includes `git`, Ruby, node and Python version status decorations. Works with standard fonts. (Themes / ZSH on Windows)
README
# CleanSH ZSH Theme
A clean and simple ZSH theme.
> Features:
>
> - Ruby Version with `rvm`, `rbenv` or `asdf`.
> - Node version with `asdf`.
> - Python version with `asdf`.
> - Git branch and tracking changes (add a '*' when there are changes).
## Screenshot

## Install
Copy the `dcleansh.zsh-theme` file to the `themes/` directory in the zsh or oh-my-zsh distribution.
Open the `~/.zshrc`, find `ZSH_THEME` and change theme to `dcleansh`.
Example:
```sh
ZSH_THEME="dcleansh"
```