From 5b62310d80ec43721ae7b23751f95afdb5be622d Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Fri, 1 Apr 2022 19:36:11 +0200 Subject: [PATCH] add some configs --- .config/pacman/makepkg.conf | 1 + .ssh/config | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .ssh/config diff --git a/.config/pacman/makepkg.conf b/.config/pacman/makepkg.conf index 06c44a5..0071a29 100644 --- a/.config/pacman/makepkg.conf +++ b/.config/pacman/makepkg.conf @@ -1 +1,2 @@ MAKEFLAGS="-j$(nproc)" +BUILDENV+=('!check') diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..7ee4f67 --- /dev/null +++ b/.ssh/config @@ -0,0 +1,4 @@ +AddKeysToAgent yes +Host aur.archlinux.org + IdentifyFile ~/.ssh/aur + User aur