Initial commit

This commit is contained in:
2025-09-15 09:42:08 +02:00
commit a48a732ce4
21 changed files with 6788 additions and 0 deletions

1
apps/gf/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
gf/

8
apps/gf/install.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/sh
git clone "https://arch.myddns.me/gitea/mirror/gf.git"
cd gf
echo Building...
sh build.sh
ln -s -v -f "$(pwd)/gf2" "$HOME/.local/bin/gf2"