Skip to content

Instantly share code, notes, and snippets.

View itzTheMeow's full-sized avatar

Meow itzTheMeow

View GitHub Profile
@itzTheMeow
itzTheMeow / build.sh
Created December 1, 2025 07:27
Build fastfetch for iOS. This is spaghetti mixed with AI assistance. Continue at your own risk.
#!/usr/bin/env bash
set -euo pipefail
# -----------------------------
# Config
# -----------------------------
PACKAGE_NAME="fastfetch"
PACKAGE_VERSION="2.55.1"
DEB_DIR="/tmp/${PACKAGE_NAME}-ios"
BUILD_DIR="${DEB_DIR}/build"