Ecosyste.ms: Awesome

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

https://github.com/FelipeCRamos/craminzsh

A minimal zsh prompt
https://github.com/FelipeCRamos/craminzsh

theme zsh

Last synced: about 1 month ago
JSON representation

A minimal zsh prompt

Lists

README

        

### C R A M I N Z S H
![clean_print](images/clean_print.png)

A minimal zsh interface, with support to github plugins.

#### INSTALL
You can type the following command anywhere on terminal:
```sh
git clone https://github.com/FelipeCRamos/craminzsh && cp craminzsh/src/craminzsh.zsh-theme $ZSH_CUSTOM/themes/. && rm -rf craminzsh
# it should copy the theme file to the correct directory
```
And then, set the theme on your `~/.zshrc` config file.
```sh
ZSH_THEME="craminzsh"
```

#### OTHERS
Setup used for the screenshot:
+ iTerm 2
+ Roboto Mono 13pt for Powerline
+ Molokai Colorscheme for iTerm 2

##### AUTHORSHIP
This is a modification of the *HYPERZSH* theme, made by FelipeCRamos. This project also uses the *MIT license*.