https://github.com/dbushell/zsp
⚡ ZSP is my personal ZSH prompt written in Zig
https://github.com/dbushell/zsp
zig ziglang zsh
Last synced: 11 months ago
JSON representation
⚡ ZSP is my personal ZSH prompt written in Zig
- Host: GitHub
- URL: https://github.com/dbushell/zsp
- Owner: dbushell
- License: mit
- Created: 2025-03-03T13:05:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T11:30:18.000Z (12 months ago)
- Last Synced: 2025-04-06T12:20:54.730Z (12 months ago)
- Topics: zig, ziglang, zsh
- Language: Zig
- Homepage:
- Size: 48.8 KB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚡ ZSP
ZSP is my personal ZSH prompt written in [Zig](https://ziglang.org).

From the blog:
* ["I built a ZSH Prompt with Zig"](https://dbushell.com/2025/03/05/zig-zsh-prompt/)
* ["Zig App Release and Updates via Github"](https://dbushell.com/2025/03/18/zig-app-release-and-updates-via-github/)
This is a hobby project for me to learn Zig software development.
## Usage
Ensure `zsp` binary is in `$PATH` and add to `.zshrc`:
```zsh
source <(zsp --zsh)
```
See [`src/shell/zsh.sh`](/src/shell/zsh.sh) for the source.
## 🚧 Under Construction!
I'm working on new features as I use the prompt day-to-day.
There is no config unless you edit the source code and recompile!
## Notes
Inspired by [Starship](https://github.com/starship/starship) and [Pure](https://github.com/sindresorhus/pure).
* * *
[MIT License](/LICENSE) | Copyright © 2025 [David Bushell](https://dbushell.com)