You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,22 @@ Zigbar is my personal ZSH prompt written in [Zig](https://ziglang.org).
4
4
5
5
<imgalt="screenshot of Zigbar prompt in a terminal"src=".github/screenshot.avif"width="640">
6
6
7
-
From the blog:["I built a ZSH Prompt with Zig"](https://dbushell.com/2025/03/05/zig-zsh-prompt/)
7
+
From the blog:
8
8
9
-
⚠️ Work in progress! ⚠️
9
+
*["I built a ZSH Prompt with Zig"](https://dbushell.com/2025/03/05/zig-zsh-prompt/)
10
+
*["Zig App Release and Updates via Github"](https://dbushell.com/2025/03/18/zig-app-release-and-updates-via-github/)
10
11
11
-
## Configuration
12
+
This is a hobby project for me to learn Zig software development.
12
13
13
-
To customise the prompt edit the source code and recompile!
14
+
## 🚧 Under Construction!
15
+
16
+
I'm working on new features as I use the prompt day-to-day.
17
+
18
+
There is no config unless you edit the source code and recompile!
14
19
15
20
## Notes
16
21
17
-
Inspired by [Starship](https://github.com/starship/starship) and [Pure](https://github.com/sindresorhus/pure). Requires a [Nerd Font](https://www.nerdfonts.com).
22
+
Inspired by [Starship](https://github.com/starship/starship) and [Pure](https://github.com/sindresorhus/pure).
0 commit comments