Sync Externals banner
edjchapman edjchapman

Sync Externals

Development community

Description

--- description: Show whether the pinned external dependencies (oh-my-zsh) are stale, and how to refresh them. allowed-tools: Bash(chezmoi diff:*), Bash(git ls-remote:*), Read, Grep --- Inspect `.chezmoiexternal.toml`. For each external: 1. Read the pinned URL/SHA/refresh period. 2. For the oh-my-zsh archive (pinned to a commit SHA in the URL), use `git ls-remote https://github.com/ohmyzsh/ohmyzsh refs/heads/master` to check if upstream `master` has moved. 3. Run `chezmoi diff --exclude=encryp

Installation

Installs to ~/.claude/commands/edjchapman-dotfiles-sync-externals.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/edjchapman/Dotfiles/HEAD/.claude/commands/sync-externals.md -o ~/.claude/commands/edjchapman-dotfiles-sync-externals.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository