- Version logged after [PASS] (not before) across all scripts
- Pre-cache brew package lists with log_info progress
- Read brew version from git describe cache (skip Ruby startup)
- Batch mise use -g calls (single invocation for all tools)
- Replace mise verify step with mise ls --current
- Parallel vim plugin pulls
- Skip donut compile when binary is fresh
- Pre-check macOS defaults before writing (skip fsync when unchanged)
- Pre-check dock state before dockutil calls
- Remove redundant 'already installed' skip logs
- Remove meetingbar and wispr-flow install scripts
- Renumber scripts to fill gaps
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Replace BLUE/CYAN/CYAN_BOLD with TEAL/TEAL_BOLD (#2CB494) to match
the primary accent used across vim, zsh prompt, tmux, and fzf
- Update BLUE (#0C48CC -> #4068D4) then merge into TEAL
- Update RED (#F40404 -> #F88C14) to match vim/shell error orange
- Rename GREEN to grey-blue (#7290B8) for [PASS] messages
- Format all raw echo output with log functions or log_quote
- Suppress sudo prompt when credentials are already cached
- Add missing log_pass to 22-zsh.sh and 23-stow.sh
- Convert raw 'already installed' echos to log_skip (7 scripts)
- Pipe SSH key and mise output through log_quote
- Suppress noisy bat cache and mise WARN output
- Match fastfetch colors to palette (teal logo, grey-blue keys)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add script to install AppCleaner on macOS using Homebrew.
* Create `script/install.d/76-appcleaner.sh` to check if AppCleaner is already installed and install it if not
* Print a message indicating whether AppCleaner is already installed or has been installed
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/andrejusk/dotfiles?shareId=XXXX-XXXX-XXXX-XXXX).
Add a check to skip `cmatrix` installation if running in a GitHub Codespace.
* **Check for GitHub Codespace**: Add a check for the `CODESPACES` environment variable at the beginning of the script.
* **Skip Installation**: Skip the installation of `cmatrix` if the `CODESPACES` environment variable is set.
* **Informative Message**: Add a message indicating that the installation is being skipped due to running in a GitHub Codespace.