Commit Graph

28 Commits

Author SHA1 Message Date
3cdd079e2e feat(install): new apps, parallel brew cache, output formatting
Some checks failed
Dotfiles CI / Run test suite (Dockerfile) (push) Has been cancelled
Dotfiles CI / Run test suite (Dockerfile.arch) (push) Has been cancelled
Add eza, fd, sd, bottom, procs, tealdeer to mise apps. Add || true
guards to mise install/use and bat cache to prevent failures from
halting the installer.

Parallelize brew list --cask/--versions queries with background jobs.
Add log_indent helper. Cleaner script section formatting with ruled
separators and compact timing output.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-27 16:22:06 +00:00
b62a6c00f9 chore(install): optimize logging, speed, cleanup
- 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>
2026-03-24 18:09:38 +00:00
cccffa8fae Unify installer colors with vim/shell palette and clean up output
- 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>
2026-03-18 15:29:02 +00:00
409bc6fef5 fix: install outputs, mise keyrings, termcolor 2026-02-23 08:49:43 -08:00
eb958a36e0 feat: install script re-org 2026-02-13 15:13:12 +00:00
5efa129577 fix: codespaces widgets 2026-02-12 17:11:08 +00:00
6164746811 feat: logging, remote widget, ci fix 2026-02-12 16:44:11 +00:00
b51f2e0b09 feat: mise, brew and fastfetch perf 2025-12-24 02:34:10 +02:00
7b5e4e12d2 fix: brew env 2025-12-23 21:44:10 +02:00
891ae505f8 perf: install env checks 2025-12-23 20:53:55 +02:00
fda1587ca1 agent: remove bc dependency 2025-08-24 17:43:35 +01:00
copilot-swe-agent[bot]
f6c737b5e4 Refactor colored install log format - implement log functions and update all install scripts
Co-authored-by: andrejusk <7396847+andrejusk@users.noreply.github.com>
2025-06-20 20:37:01 +00:00
copilot-swe-agent[bot]
010d2899b3 Fix unquoted variables in all shell scripts to prevent word splitting
Co-authored-by: andrejusk <7396847+andrejusk@users.noreply.github.com>
2025-06-04 15:39:06 +00:00
1874c8ec99 fix: time shadowing 2025-06-03 00:11:26 +01:00
9b23394145 feat: install, logging improvements 2025-06-02 22:24:32 +01:00
30035f32e6 fix(agent): yellow os-type skips 2025-05-31 22:36:51 +01:00
587ebd579e feat: log times in install 2025-05-19 23:21:21 +03:00
983caa83dd feat: allow specific install targets 2024-06-20 18:32:26 +01:00
e1fb57250c fix: readlink 2024-03-14 23:22:56 +00:00
2e548754ae fix: install script readlink 2024-03-14 22:18:08 +00:00
02afe496d5 feat: debian install, docker tests 2024-03-08 11:34:37 +00:00
d9283511a3 feat: debian setup, codepsaces install 2024-03-08 00:04:34 +00:00
e6a7bec30d feat: mac install support 2024-03-07 19:33:24 +00:00
c0ce6ea961 feat: installer and logging 2024-03-07 01:51:14 +00:00
25cd4dba5e feat: dir, install changes 2024-03-03 21:07:05 +00:00
Andrejus Kostarevas
a6ada90a93 feat: docs and script improvements 2023-10-10 00:41:11 +01:00
Andrejus
9b414552ce feat: uuid fallback, apt setup on Ubuntu 2023-02-24 23:45:11 +00:00
Andrejus Kostarevas
50193eca51 feat: structure work
- split files/ into separate dirs
- rename scripts/ to script/, remove .sh extensions
- remove publish scripts, tf module, use github host
- remove unused install files
2023-02-24 00:34:31 +00:00