From e8786b6e832409a81e25caf1d78953d354766cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 20 Jun 2026 15:53:11 +0200 Subject: [PATCH] =?UTF-8?q?docs(home):=20update=20README=20=E2=80=94=20fix?= =?UTF-8?q?=20SSH=20clone=20URL,=20scripts=20repo=20link,=20gitignore=20ex?= =?UTF-8?q?ample?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dd5bf70..95b8395 100755 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ ```bash # 1. Clone this unholy repository -git init && git remote add origin git@dev.pivoine.art:2222/valknar/home.git +git init && git remote add origin ssh://git@dev.pivoine.art/valknar/home.git git fetch && git reset --hard origin/main git branch --set-upstream-to=origin/main main @@ -119,7 +119,9 @@ arty.sh ollama/install # Ollama ### Custom Scripts -Scripts in `~/scripts/` are loaded via PATH. Check `scripts/` directory for available utilities. +Scripts in `~/scripts/` are loaded via PATH. They live in their own repo: `git@dev.pivoine.art:valknar/scripts.git`. + +Available scripts: `stacks.sh` (Docker Compose stack manager), `arty.sh` (repository orchestration). --- @@ -191,10 +193,6 @@ This repository uses an **inverted `.gitignore`** pattern: !signature.txt !LICENSE !README.md - -!scripts/ -!scripts/**/* -# ... ``` **Why?** To track only essential dotfiles and configurations while ignoring cache, logs, and user data.