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

https://github.com/lambdalisue/collon.zsh

Lightweight ZSH theme (ASCII only) via promptinit
https://github.com/lambdalisue/collon.zsh

Last synced: about 2 months ago
JSON representation

Lightweight ZSH theme (ASCII only) via promptinit

Awesome Lists containing this project

README

        

# collon.zsh

![Screenshot](https://user-images.githubusercontent.com/546312/66715009-08b17d00-edf9-11e9-992f-0539c9c650fc.png)

Lightweight ZSH theme.

## Install

Clone the repository and add the path to `fpath`.

```
git clone https://github.com/lambdalisue/collon.zsh ~/.collon

echo "fpath+=(~/.collon)"
```

## Usage

Enable `promptinit` first.

```
autoload -U promptinit; promptinit
```

Then select `collon`.

```
prompt collon
```