Add support for installing AUR packages (#48)

This commit is contained in:
James McMurray
2020-05-10 18:31:40 +02:00
committed by GitHub
parent bc9969a0db
commit c8b151fe5f
7 changed files with 143 additions and 1 deletions

2
presets/aur_example.toml Normal file
View File

@@ -0,0 +1,2 @@
packages = ["clang"]
aur_packages = ["bat-cat-git"]