From 1ae4d0ef4f5dcf3a2bd18fd3cfa329f58cce034b Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 15 Sep 2024 23:35:38 +0200 Subject: Add aura pm and snapshot --- .config/aura/config.toml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .config/aura/config.toml (limited to '.config/aura/config.toml') 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 + -- cgit v1.2.3-70-g09d2