Add bos-update + replicate the dev zsh shell
bos-update: one command that updates both BOS channels — pacman -Syu (snap-pac snapshotted) and bakery update --all — best-effort so one failing doesn't abort the other. Baked into the live env and skel. Shell: match the dev laptop's zsh. Ship Powerlevel10k + zsh-autosuggestions, zsh-history-substring-search and zsh-syntax-highlighting, sourced from the distro packages (no oh-my-zsh framework) in the correct order, plus the dev .p10k.zsh. Powerlevel10k is AUR-only, so it's republished to [breadway] via packaging/powerlevel10k + a CI workflow (builds libgit2 + gitstatus from source), same pattern as bibata / zen-browser-bin. skel/.zshrc keeps the BOS QoL aliases and pywal palette import, with `update` aliased to bos-update.
This commit is contained in:
parent
fbe9c9693e
commit
aadda08797
7 changed files with 1966 additions and 13 deletions
|
|
@ -207,8 +207,15 @@ man-pages
|
|||
less
|
||||
|
||||
# Base CLI tools every install should have.
|
||||
# Shell
|
||||
# Shell — zsh with the same prompt + plugins as the dev laptop. Powerlevel10k is
|
||||
# AUR-only, so it's republished to [breadway] (see packaging/powerlevel10k). The
|
||||
# three plugins come from the official repos; skel/.zshrc sources them in order
|
||||
# (autosuggestions → history-substring-search → syntax-highlighting LAST).
|
||||
zsh
|
||||
zsh-theme-powerlevel10k
|
||||
zsh-autosuggestions
|
||||
zsh-history-substring-search
|
||||
zsh-syntax-highlighting
|
||||
# Editors
|
||||
nano
|
||||
micro
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue