Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xiaoshihou514/skiff
- Owner: xiaoshihou514
- License: gpl-3.0
- Created: 2023-09-11T03:40:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-05T20:33:43.000Z (about 1 year ago)
- Last Synced: 2024-04-21T23:19:08.640Z (7 months ago)
- Language: C
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)