dot-claude

Portable home-directory configuration for LLM-driven development. Source on GitHub.

Install

POSIX (macOS, Linux, WSL):

curl -fsSL https://dot-claude.ahmedgad.com/install.sh | bash

PowerShell (Windows, cross-platform):

irm https://dot-claude.ahmedgad.com/install.ps1 | iex

Windows CMD:

curl -fsSL https://dot-claude.ahmedgad.com/install.bat -o install.bat && install.bat

Update

Re-running the install script is idempotent and fast-forwards an existing checkout. Or use the dedicated update path:

curl -fsSL https://dot-claude.ahmedgad.com/update.sh | bash
irm https://dot-claude.ahmedgad.com/update.ps1 | iex

Uninstall

The uninstall script defaults to a timestamped backup rather than permanent deletion; pass --yes (POSIX) or -Yes (PowerShell) to skip the confirmation prompt.

curl -fsSL https://dot-claude.ahmedgad.com/uninstall.sh | bash
irm https://dot-claude.ahmedgad.com/uninstall.ps1 | iex

What's served here

PathUse
/install.shPOSIX install
/install.ps1PowerShell install
/install.batWindows CMD install (delegates to install.ps1)
/update.sh, /update.ps1, /update.batUpdate entrypoints
/uninstall.sh, /uninstall.ps1, /uninstall.batUninstall entrypoints
/badges/*.jsonshields.io endpoint badges (published by the badges CI workflow)

Source & license

MIT-licensed. Commits are GPG-signed by the author.

Repository: github.com/Gad360/dot-claude (private; collaborator access on request).