Skip to content

Instantly share code, notes, and snippets.

@jthickma
jthickma / gguf_models.json
Created March 4, 2026 02:27
GGUF model registry — Qwen/unsloth
{
"base_dir": "llm/GGUF",
"Qwen_model": {
"Qwen3-4B-GGUF": {
"author": "Qwen",
"repo_name": "Qwen3-4B-GGUF",
"repo_id": "Qwen/Qwen3-4B-GGUF",
"model_files": [
"Qwen3-4B-Q4_K_M.gguf",
"Qwen3-4B-Q5_0.gguf",
@jthickma
jthickma / catcopy.zsh
Created February 14, 2026 15:10
useful function
###ZSH FUNCTION
alias copyfile="catcopy"
_CLIP_CMD=""
# 1. Wayland
if [[ -n "$WAYLAND_DISPLAY" ]] && (( $+commands[wl-copy] )); then
_CLIP_CMD="wl-copy"
# 2. X11
#!/usr/bin/env bash
# ZSH Setup Installation Script
# This script installs and configures a complete ZSH environment on a fresh machine
set -e # Exit on error
set -u # Treat unset variables as errors
# Color codes for output
RED='\033[0;31m'
@jthickma
jthickma / provisioning.sh
Last active March 31, 2026 02:41
vastai comfyui provision
#!/bin/bash
# =============================================================================
# vast.ai / ai-dock ComfyUI Provisioning Script
# Compatible with: ghcr.io/ai-dock/comfyui:latest-cuda
# Docs: https://github.com/ai-dock/comfyui
#
# USAGE: Set PROVISIONING_SCRIPT env var in vast.ai template to the raw URL
# of this file (GitHub Gist raw or GitHub raw URL recommended).
#
# REQUIRED ENV VARS (set in vast.ai template):
This file has been truncated, but you can view the full file.
{
"name": "AppTesters IPA Repo",
"subtitle": "Biggest Updated Modified IPA Library for Sideloading - AppTesters.org",
"description": "Welcome to my source! Here you'll find all of my apps.",
"iconURL": "https://apptesters.org/apptesters-512x512.png",
"website": "https://apptesters.org",
"patreonURL": "https://patreon.com/altstudio",
"tintColor": "#6156e2",
"featuredApps": [],
"headerURL": "https://i.imgur.com/nhHq9ly.png",
@jthickma
jthickma / plugininstaller.sh
Created November 16, 2025 18:45
Ohmyzsh termux plugin script
#!/data/data/com.termux/files/usr/bin/sh
set -e
OMZ="$HOME/.oh-my-zsh/custom/plugins"
echo "[+] Creating plugin directory: $OMZ"
mkdir -p "$OMZ"
clone() {
@jthickma
jthickma / setup_zsh_fast.sh
Last active November 15, 2025 07:46
ZSH setup
#!/bin/bash
set -e
# --------------------------------------------------
# Ultra-Fast Zsh Environment Installer for Servers
# --------------------------------------------------
# Installs:
# - Oh My Zsh (interactive)
# - Powerlevel10k (instant prompt mode)
# - Fast plugins: autosuggestions, completions, F-Syntax