Compare commits
15 Commits
2696f4aa01
...
42124810b7
| Author | SHA1 | Date | |
|---|---|---|---|
| 42124810b7 | |||
| 1b15831ec2 | |||
| 388413e696 | |||
| 4b5f886b79 | |||
| 299e7fe4cb | |||
| 9666d1f4cf | |||
| 91e0725b23 | |||
| ade4a74f18 | |||
| b411dd706a | |||
| 95103f80cc | |||
| 78346175a9 | |||
| d48fee89aa | |||
| fbd5fc40e2 | |||
| 633704b777 | |||
| 820d2c5991 |
@@ -15,15 +15,7 @@
|
|||||||
},
|
},
|
||||||
"dev": {
|
"dev": {
|
||||||
"notes": [
|
"notes": [
|
||||||
"Active development branch for seasonal palettes and emoji updates.",
|
"Development branch; keep in sync with main unless actively changing."
|
||||||
"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."
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -295,6 +287,7 @@
|
|||||||
"notes": [
|
"notes": [
|
||||||
"On Linux, installer affects all users by writing to /etc/profile.d and sourcing from /etc/bash.bashrc.",
|
"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.",
|
"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."
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
13
README.md
13
README.md
@@ -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`.
|
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):
|
Fixed times (all seasons):
|
||||||
|
|
||||||
@@ -191,10 +191,17 @@ Seasonal sets (sunrise / work):
|
|||||||
## 🗂️ Repo Structure
|
## 🗂️ Repo Structure
|
||||||
|
|
||||||
```text
|
```text
|
||||||
|
.
|
||||||
|
├── .context.json
|
||||||
|
├── images/
|
||||||
|
│ └── bash-pallete.png
|
||||||
dotfiles/
|
dotfiles/
|
||||||
|
├── banner/
|
||||||
|
│ └── banner.sh
|
||||||
├── ps1/
|
├── ps1/
|
||||||
│ └── ps1.sh
|
│ └── ps1.sh
|
||||||
├── install/
|
├── install/
|
||||||
|
│ ├── install-global-ps1.sh
|
||||||
│ ├── install-linux-global.sh
|
│ ├── install-linux-global.sh
|
||||||
│ ├── install-macos-user.sh
|
│ ├── install-macos-user.sh
|
||||||
│ └── install-nerdfont.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:
|
This prompt shows:
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="images/image.png" width="900">
|
<img src="images/bash-pallete.png" width="900">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
With exit-status colored arrow and emoji reflecting time of day.
|
With exit-status colored arrow and emoji reflecting time of day.
|
||||||
|
|||||||
BIN
images/bash-pallete.png
Normal file
BIN
images/bash-pallete.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
Reference in New Issue
Block a user