From ade4a74f18878fac611a4b0133dbf2176bc08783 Mon Sep 17 00:00:00 2001 From: steffen Date: Sat, 24 Jan 2026 09:55:06 +0000 Subject: [PATCH] Update repo structure in README - Include images, banner, and global installer --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d1e4145..90fff36 100644 --- a/README.md +++ b/README.md @@ -201,10 +201,17 @@ Seasonal sets (sunrise / work): ## 🗂️ Repo Structure ```text +. +├── .context.json +├── images/ +│ └── bash-pallete.png dotfiles/ +├── banner/ +│ └── banner.sh ├── ps1/ │ └── ps1.sh ├── install/ +│ ├── install-global-ps1.sh │ ├── install-linux-global.sh │ ├── install-macos-user.sh │ └── install-nerdfont.sh