From 6638ef72e3530231a96a01ea28cb3942253094ec Mon Sep 17 00:00:00 2001 From: Isaac Adjei Date: Fri, 5 Jun 2026 07:48:48 +0100 Subject: [PATCH] docs: add Starship to root README and documentation.md contents --- README.md | 5 ++++- documentation.md | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0910be..5a97a41 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,8 @@ dotfiles/ - mirror_tokens_template.ps1 token file template (PowerShell) - sync-meta.sh syncs repo metadata to all mirror platforms - guides/ platform setup walkthroughs and command reference -- shared/ platform-agnostic reference documents +- shared/ platform-agnostic files used by all three platforms + - starship.toml Starship prompt config — one file for Mac, Linux and Windows - journal/ engineering journal: decisions, refactors, architecture notes - documentation.md full technical reference for every command ``` @@ -107,6 +108,8 @@ dotfiles/ | [mac/topics/README.md](mac/topics/README.md) | All macOS topic files listed with descriptions and key commands | | [linux/topics/README.md](linux/topics/README.md) | All Linux topic files listed with descriptions and key commands | | [windows/topics/README.md](windows/topics/README.md) | All Windows topic files listed with descriptions and key commands | +| [shared/starship.toml](shared/starship.toml) | Starship prompt config — one file for all three platforms, covering git and all 59 topic file languages | +| [journal/009-starship-prompt.md](journal/009-starship-prompt.md) | Why Starship was added, module choices, the shared/ approach and how to disable it | --- diff --git a/documentation.md b/documentation.md index 43d914f..d9b64db 100644 --- a/documentation.md +++ b/documentation.md @@ -63,6 +63,7 @@ Detailed technical reference for this dotfiles repo. This covers how the loader - [Blender](#blender) - [Adobe](#adobe) - [Productivity](#productivity) +- [Starship prompt](#starship-prompt) - [Extending the profile](#extending-the-profile) - [Alias conflict rules](#alias-conflict-rules)