In here all AUR packages that are either I use or I maintain or I like that project ....
export GITHUB_TOKEN=github_pat_<...>
- repos/ folder contains all the AUR packages git repo as submodule
- pkgs/ folder is a copy of repos/
- kill/ folder contains script and things to check if a package in AUR should be alive or not
./aftercloneing.sh
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/aur
./status.sh | tee status.md
./add.sh nodejs-npm2arch readability-cli
./re.sh direnv
git diff . | delta --side-by-side
./pull.sh
./outofdate.sh | tee outofdate.txt
./currently_tracking.sh
./backup.sh