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