Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xiaoshihou514/skiff

A simple zsh prompt written in C
https://github.com/xiaoshihou514/skiff

Last synced: 12 days ago
JSON representation

A simple zsh prompt written in C

Awesome Lists containing this project

README

        

# Skiff

Homemade lightweight zsh prompt leveraging `libgit2`

![Preview](https://github.com/xiaoshihou514/skiff/assets/108414369/7454d84c-8a3c-4c7f-9e4b-0859b4db1396)

## Installation

You need `libgit2-devel` and `gcc`

```zsh
git clone https://github.com/xiaoshihou514/skiff
cd skiff && ./install.sh
```

Add the following to your zsh config:

```zsh
eval "$(skiff init)"
```

Inspired by [starship](https://github.com/starship/starship/)