diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-09-15 23:35:38 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-09-15 23:35:38 +0200 |
commit | 1ae4d0ef4f5dcf3a2bd18fd3cfa329f58cce034b (patch) | |
tree | 0ad6d88d7014d644e1690ee2c32a6442f8155bb0 /.config/aura | |
parent | e14f654cf7e4023a8deeeadaba180adf0593f1f9 (diff) |
Add aura pm and snapshot
Diffstat (limited to '.config/aura')
-rw-r--r-- | .config/aura/config.toml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.config/aura/config.toml b/.config/aura/config.toml new file mode 100644 index 0000000..66d3581 --- /dev/null +++ b/.config/aura/config.toml @@ -0,0 +1,29 @@ +[general] +cpus = 12 +editor = "nvim" +doas = true +language = "en-US" +noconfirm = false + +[aur] +build = "/home/aktersnurra/.cache/aura/builds" +cache = "/home/aktersnurra/.cache/aura/cache" +clones = "/home/aktersnurra/.cache/aura/packages" +hashes = "/home/aktersnurra/.cache/aura/hashes" +chroot = [] +ignores = [] +git = false +hotedit = false +shellcheck = false +diff = false +delmakedeps = false +clean = false +warn_unknowns = true +nocheck = false +skipdepcheck = false +reverse = false + +[backups] +snapshots = "/home/aktersnurra/.cache/aura/snapshots" +automatic = true + |