Skip to content

Instantly share code, notes, and snippets.

View Bo-Duke's full-sized avatar
🌈
Doing some React apps I'll never publish

Maxime Bouveron Bo-Duke

🌈
Doing some React apps I'll never publish
View GitHub Profile
@ClassicOldSong
ClassicOldSong / youtube_tv_installer.sh
Last active April 10, 2026 08:57
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
@rkaneko
rkaneko / InstallZshOnCentOS.md
Last active January 11, 2022 16:24
Installing zsh on CentOS

Installing zsh on CentOS

$ sudo yum install ncurses-devel

$ cd /usr/local/src

$ sudo curl -L http://sourceforge.net/projects/zsh/files/zsh/5.0.7/zsh-5.0.7.tar.gz/download -o zsh-5.0.7.tar.gz