From 484579eb365ef075ef9561c51c2e8293fe447e5c Mon Sep 17 00:00:00 2001 From: afiw Date: Wed, 15 Oct 2025 00:15:10 +0200 Subject: [PATCH] Add config and readme --- README | 1 + config.scm | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 README create mode 100644 config.scm diff --git a/README b/README new file mode 100644 index 0000000..cb083ae --- /dev/null +++ b/README @@ -0,0 +1 @@ +Copy git-purr.scm somewhere in PATH, rename it to git or use a shell alias. Copy the example config.scm to $XDG_CONFIG_HOME/git-purr/. Sorry about the README being so ugly, openbsd cgit doesn't install a renderer script by default, I'll fix it some day. diff --git a/config.scm b/config.scm new file mode 100644 index 0000000..44e48f7 --- /dev/null +++ b/config.scm @@ -0,0 +1,2 @@ +(("purr" . "pull") + ("ls" . "ls-files"))