Add config and readme

This commit is contained in:
afiw 2025-10-15 00:15:10 +02:00
parent 8aaad576dd
commit 484579eb36
2 changed files with 3 additions and 0 deletions

1
README Normal file
View file

@ -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.

2
config.scm Normal file
View file

@ -0,0 +1,2 @@
(("purr" . "pull")
("ls" . "ls-files"))