Skip to content

Instantly share code, notes, and snippets.

@fivetide
fivetide / tuxedo-profile
Created October 15, 2025 11:23
tuxedo profile tool
#!/bin/env bash
# File: /home/bjoern/.local/bin/tuxedo-profile
# Check if jq is installed
if ! command -v jq &> /dev/null; then
echo "Error: jq is required but not installed. Please install it first."
echo "You can install it with: sudo apt install jq"
exit 1
fi