From 6ce6e7c0423470d2a7467f17aa9eea82a9a9d5dd Mon Sep 17 00:00:00 2001 From: David F Glidden Date: Sun, 27 Jul 2025 13:40:44 +0200 Subject: [PATCH] Add Gitea clone option to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Include both GitHub and Gitea clone commands - Provide redundancy for repository access - Label Gitea as alternative mirror 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 13d9619..1765308 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,11 @@ From zero to fully configured macOS in minutes. This dotfiles repository provide **One command to rule them all:** ```bash +# From GitHub git clone https://github.com/davidglidden/dotfiles.git ~/dotfiles && ~/dotfiles/engage + +# From Gitea (alternative mirror) +git clone git@git.davidglidden.eu:davidglidden/dotfiles.git ~/dotfiles && ~/dotfiles/engage ``` That's it! The `engage` script will guide you through a complete system setup.