diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/arch/apps.txt b/arch/apps.txt index 0c3c67e..fc0e7cb 100644 --- a/arch/apps.txt +++ b/arch/apps.txt @@ -1 +1 @@ -Example \ No newline at end of file +yay \ No newline at end of file diff --git a/arch/installers/yay.sh b/arch/installers/yay.sh new file mode 100644 index 0000000..c1cc8f8 --- /dev/null +++ b/arch/installers/yay.sh @@ -0,0 +1,2 @@ +#!/bin/bash +sudo pacman -S yay \ No newline at end of file