From 158d04e36c8710d3fb1d14b5a3bcd7968e6c5e37 Mon Sep 17 00:00:00 2001 From: Tobias Strobel Date: Fri, 19 May 2023 20:49:47 +0200 Subject: [PATCH] Add makepkg.conf with tuned package compression --- dot_config/pacman/makepkg.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dot_config/pacman/makepkg.conf diff --git a/dot_config/pacman/makepkg.conf b/dot_config/pacman/makepkg.conf new file mode 100644 index 0000000..1728e7d --- /dev/null +++ b/dot_config/pacman/makepkg.conf @@ -0,0 +1,2 @@ +# Use as many CPU cores as possible to compress packages +COMPRESSZST=(zstd -c -z -q --threads=0 -)