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
- Host: GitHub
- URL: https://github.com/lambdalisue/collon.zsh
- Owner: lambdalisue
- License: mit
- Created: 2019-10-13T11:19:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T09:58:34.000Z (over 5 years ago)
- Last Synced: 2025-05-09T00:53:59.523Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# collon.zsh

Lightweight ZSH theme.
## Install
Clone the repository and add the path to `fpath`.
```
git clone https://github.com/lambdalisue/collon.zsh ~/.collonecho "fpath+=(~/.collon)"
```## Usage
Enable `promptinit` first.
```
autoload -U promptinit; promptinit
```Then select `collon`.
```
prompt collon
```