You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update bootstrap.sh to support custom TARGET_DIR and prevent
accidental overwrites of existing dotfiles directories.
- Fix a common issue in install.sh where interactive prompts were
skipped by forcing read to use /dev/tty for user input.
- Export logging functions (info, success, etc.) and colors to ensure
consistent output across all sub-scripts like macos.sh.
- Modify mise configuration for ruff and taplo-cli to use pipx and
cargo backends respectively, fixing @latest resolution issues.
- Adjust macOS InitialKeyRepeat to 15 (225ms) and add standalone
logging support to macos.sh.
- Refine local fish configuration examples and update README wording.
BREAKING CHANGE: bootstrap.sh now exits with an error if the target
directory already exists, rather than attempting to update it.
0 commit comments