forked from Neptune/mirror.kickstart.nvim
Release v1.25.0 — Custom MOTD & Gravity Help #48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "release/1.25.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Release v1.25.0 — Custom MOTD & Gravity Help
Changes
Total: 26 SP across 10 tasks
Highlights
Custom MOTD — Catppuccin-themed system dashboard replacing Ubuntu's default MOTD. Shows real-time weather (open-meteo API, background fetch), system stats from /proc, pending updates/security alerts, manifest dependency checker with dynamic grid layout, language versions, internal service links, and quick-start tips. Performance optimized to ~0.6s with batched dpkg-query, /proc reads, and background weather. Debounced to 5-minute intervals via zsh hook.
Gravity Help — Fuzzy-searchable command reference (
gravity) that indexes shell aliases, functions, Claude skills, and Neovim commands. Uses fzf with ANSI-colored preview pane. Sourced via .zshrc.OMZ Aliases — Full Oh My Zsh-standard git alias set (80+ aliases) with cross-shell compatibility (.zsh_aliases + .bash_aliases). Includes Claude Code shortcuts, eza replacements, Docker helpers, and navigation aliases.
Checklist
References
Version: 1.25.0 (Gravity PM)
Epics: OP#1917 (Custom MOTD), OP#1918 (Gravity Help)
The gravity() { :; } stub in alias files was sourced after gravity.sh, overwriting the real fzf-based implementation. Removed the stub entirely since MOTD Quick Start already advertises the command. Also updated bootstrap hint to use natural language prompt instead of nonexistent /bootstrap skill. Refs OP#1946 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>