Skip to content

V1.2.0

Latest

Choose a tag to compare

@ArnoFrost ArnoFrost released this 14 Feb 06:02
· 8 commits to main since this release

Secondary MacBook sync fix and cross-device improvements

Fixed

  • setup.sh: Remove set -e that caused adot install to silently abort when brew list returns non-zero for missing packages
  • setup.sh: Sync VERSION dynamically from zshrc ADOT_VERSION (was hardcoded 1.0.0)
  • setup.sh: Add post-install symlink verification with iCloud caveat warning
  • setup.sh: Add explicit error handling for brew install and git clone
  • zshrc: Remove hardcoded paths auto-appended by CodeBuddy / LM Studio; such tool paths belong in ~/.zsh/local.zsh
  • aliases.zsh: Rename alias ln to alias lln to avoid shadowing system ln command
  • README: Fix incorrect backup path in migration guide (~/.zshrc.backup.* → ~/.adot_backup/)

Added

  • setup.sh: adot install auto-creates ai-task symlink with relative path preference (no username dependency), falling back to $HOME absolute path

Changed

  • ai-task symlink: From absolute /Users/<user>/... to relative ../AI-TASK/projects/dotfiles for cross-device stability