Portable home-directory configuration for LLM-driven development. Source on GitHub.
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
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
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
| Path | Use |
|---|---|
/install.sh | POSIX install |
/install.ps1 | PowerShell install |
/install.bat | Windows CMD install (delegates to install.ps1) |
/update.sh, /update.ps1, /update.bat | Update entrypoints |
/uninstall.sh, /uninstall.ps1, /uninstall.bat | Uninstall entrypoints |
/badges/*.json | shields.io endpoint badges (published by the badges CI workflow) |
MIT-licensed. Commits are GPG-signed by the author.
Repository: github.com/Gad360/dot-claude (private; collaborator access on request).