Compare commits

..

15 Commits

Author SHA1 Message Date
42124810b7 Update context after branch cleanup
- Remove 4seasons branch notes
2026-01-24 11:13:53 +00:00
1b15831ec2 Merge dev into main 2026-01-24 11:12:33 +00:00
388413e696 Add right-side padding before end cap 2026-01-24 11:04:00 +00:00
4b5f886b79 Fix contest pack authorship note 2026-01-24 10:59:31 +00:00
299e7fe4cb Document contest pack
- Add DEFCON contest pack section and authorship note
2026-01-24 10:56:18 +00:00
9666d1f4cf Update contest JSON context
- Add contest pack layouts and emoji set

- Include contest render image
2026-01-24 10:42:08 +00:00
91e0725b23 Add PS1 style data to context
- Expand .context.json with style presets and emoji rotation

- Add contest-styles.json for render tooling
2026-01-24 10:10:30 +00:00
ade4a74f18 Update repo structure in README
- Include images, banner, and global installer
2026-01-24 09:55:06 +00:00
b411dd706a Rename emoji palette section
- Remove 'compressed' from README heading
2026-01-24 09:53:03 +00:00
95103f80cc Add compressed emoji palette to README 2026-01-24 09:52:37 +00:00
78346175a9 Add project context state file
- Capture palettes, seasons, emoji rules, and installer notes
2026-01-24 09:42:32 +00:00
d48fee89aa Revert "Add seasonal emoji accents"
This reverts commit fbd5fc40e2.
2026-01-24 09:38:09 +00:00
fbd5fc40e2 Add seasonal emoji accents
- Keep lunch/dinner fixed and vary other time emojis by season
2026-01-24 09:35:47 +00:00
633704b777 Document seasonal palettes and 4seasons branch
- Add season ranges and selection modes
2026-01-24 09:32:06 +00:00
820d2c5991 Use seasonal palette image in README
- Swap example screenshot to bash-pallete.png
2026-01-24 09:29:46 +00:00
3 changed files with 13 additions and 13 deletions

View File

@@ -15,15 +15,7 @@
},
"dev": {
"notes": [
"Active development branch for seasonal palettes and emoji updates.",
"Seasonal palettes and installer prompts implemented.",
"Seasonal emoji accents with fixed lunch/dinner are enabled."
]
},
"4seasons": {
"notes": [
"Branch with seasonal palettes feature set and README updates.",
"Includes seasonal palette image and seasonal selection documentation."
"Development branch; keep in sync with main unless actively changing."
]
}
},
@@ -295,6 +287,7 @@
"notes": [
"On Linux, installer affects all users by writing to /etc/profile.d and sourcing from /etc/bash.bashrc.",
"On macOS, installer is per-user and sources from .bashrc/.bash_profile.",
"README on main references 4seasons branch for seasonal palettes and uses images/bash-pallete.png."
"Seasonal palettes and contest pack are now documented directly in main.",
"README uses images/bash-pallete.png."
]
}

View File

@@ -168,11 +168,11 @@ bash dotfiles/install/install-macos-user.sh
The contest pack is a bold, DEFCON-ready set of five styles (Aurora, Neon, Forge, Circuit, Mono) with optional layout order. It always starts on a new line and ends with `@host - /path`.
Note: This repo was built with AI assistance, but the contest pack itself is authored fully by Steffen.
Note: This repo was built with AI assistance, and the contest pack itself is fully AI-authored.
---
## 😀 Emoji palette (compressed)
## 😀 Emoji palette
Fixed times (all seasons):
@@ -191,10 +191,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
@@ -279,7 +286,7 @@ If you see squares or missing glyphs, your terminal is likely using a non-Nerd f
This prompt shows:
<p align="center">
<img src="images/image.png" width="900">
<img src="images/bash-pallete.png" width="900">
</p>
With exit-status colored arrow and emoji reflecting time of day.

BIN
images/bash-pallete.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB