Skip to content

Instantly share code, notes, and snippets.

View thatRailsGuy's full-sized avatar

Clinton Cecil thatRailsGuy

  • GLBRC
  • Madison, WI
View GitHub Profile
@thatRailsGuy
thatRailsGuy / youtube_tv_installer.sh
Created May 1, 2025 03:05 — forked from ClassicOldSong/youtube_tv_installer.sh
YouTube TV Installer for SteamDeck with uBlock and SponsorBlock
#!/usr/bin/env bash
set -euo pipefail
# ─── PREREQUISITES ────────────────────────────────────────────────────────────
# 1) Ensure flatpak is available
if ! command -v flatpak >/dev/null 2>&1; then
echo "Error: flatpak is not installed. Please install flatpak and try again."
exit 1
fi
@thatRailsGuy
thatRailsGuy / 0_reuse_code.js
Created October 27, 2015 18:01
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.