From f4ebfd591e62a35b8c2135b2fbadebbfdded90fb Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Wed, 11 Mar 2026 03:19:47 +0100 Subject: doc: adding screenshot to readme --- .gitignore | 1 + README.md | 4 ++++ screenshots/prompt.png | Bin 0 -> 83977 bytes 3 files changed, 5 insertions(+) create mode 100644 screenshots/prompt.png diff --git a/.gitignore b/.gitignore index c89ec17..3939de8 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ !/.config/git-cliff.toml !/LICENSE !/LICENSE.md +!/screenshots/prompt.png diff --git a/README.md b/README.md index e660979..9788df9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Yet another (!) approach at building up a centralized configuration. Parts are old, parts are not done yet, we're getting there. +## Showcase + +![Screenshot of the bash prompt on various distros](./screenshots/prompt.png "Prompt Screenshot") + # Information for cloning ## only clone git-prompt.sh diff --git a/screenshots/prompt.png b/screenshots/prompt.png new file mode 100644 index 0000000..ab3d3d1 Binary files /dev/null and b/screenshots/prompt.png differ -- cgit v1.2.3