Initial commit: ArchStore package manager for Arch Linux

This commit is contained in:
2026-05-21 02:42:03 +05:30
commit 027847fbac
51 changed files with 6993 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
<defs>
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#1793d1"/>
<stop offset="100%" stop-color="#0f6ea8"/>
</linearGradient>
</defs>
<rect width="64" height="64" rx="14" fill="#0d1117"/>
<path d="M32 8L12 52h10l10-22 10 22h10L32 8z" fill="url(#g)"/>
<circle cx="32" cy="38" r="3" fill="#0d1117"/>
</svg>

After

Width:  |  Height:  |  Size: 450 B