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

https://github.com/diegoos/cleanzsh

Clean ZSH theme
https://github.com/diegoos/cleanzsh

Last synced: 5 days ago
JSON representation

Clean ZSH theme

Awesome Lists containing this project

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

![Print screen cleansh theme](/print.jpeg)

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