Refactor to work with GNU stow.

This commit is contained in:
2025-06-16 17:18:27 +02:00
parent 70eb8c8308
commit aaad05e9a5
19 changed files with 1181 additions and 0 deletions

13
pijul/config.toml Normal file
View File

@@ -0,0 +1,13 @@
colors = "always"
pager = "always"
unrecorded_changes = 1
[author]
name = "sebaschi"
full_name = "Sebastian Lenzlinger"
email = "eswer@eswo.ch"
key_path = "/home/seb/.ssh/id_ed25519.pub"
[ignore_kinds]
rust = ["target", "*.perf"]
python = [ "dist", "build", "eggs", "__pycache__"]