- New mc package: seasons-winter16M skin (fixes washed-out file colors
under the old default skin), arrow-key panel navigation, and
Backspace bound as an alt key for CdParent (Double Commander-style
parent-dir navigation).
- setup.sh: install_lazygit and install_nerd_font helpers, since
neither ships as an apt/PPA package on this distro anymore.
- bash/.bashrc.omb: wire up fzf key-bindings and zoxide, drop the now-
redundant bashmarks plugin, enable globstar, and widen history.
- Add claude stow package (settings.json, statusline-command.sh)
- Replace .bashrc stow with source-injection approach to avoid conflicts
with tools like oh-my-bash that want to own ~/.bashrc
- Move all bash customizations into .bashrc.omb, sourced conditionally
- setup.sh now checks for existing source lines before appending
- Updated bash/.bashrc with oh-my-bash framework
- Theme: agnoster
- Plugins: git, bashmarks
- Completions: git, composer, ssh
- Added fastfetch configuration (replaces neofetch)
- Created fastfetch/.config/fastfetch/config.jsonc
- Clean modern layout with cyan-colored keys
- Displays system info, hardware, and color palette
- Replaced exa with eza (maintained fork)
- Added alias: ls='eza -l --color=always --group-directories-first'
- Included color support for grep commands
- Added convenience aliases: ll, la, l
- Updated setup.sh to include fastfetch in stow packages
- Configured bashrc to run fastfetch on terminal startup
- Added ~/.local/bin to PATH for custom binaries