Skip to content

Instantly share code, notes, and snippets.

View claabs's full-sized avatar

Charlie Laabs claabs

View GitHub Profile
@claabs
claabs / auto-search.sh
Last active April 21, 2025 19:19
Sonarr/Radarr search for RSS grabs script
#!/bin/bash
# Radarr On Grab - Auto Movie Search with Job Locking
# Pauses any immediately obsoleted torrents
# Prevents recursive triggers and handles async search completion
# Configuration
RADARR_URL="http://localhost:7878"
RADARR_API_KEY="apikey"
QBITTORRENT_URL="http://172.17.0.1:8080"
@claabs
claabs / autoexec.cfg
Last active July 27, 2024 01:03
CS2 Autoexec
// Launch options:
// CS2 Config
// Mouse
sensitivity "0.3" // 3100 DPI
bind "," "toggle sensitivity 0.3 1.5"
m_pitch "0.022"
zoom_sensitivity_ratio "1.0"
blueprint:
name: Zooz ZEN30 + Bond Fan/Light v1.3
description: Makes double switch act a separate fan and light mode. Mode can be switched by pressing the relay button.
domain: automation
input:
zooz_zen30:
name: Zooz ZEN30
description: The ZEN30 Double Switch to interact with.
selector:
device:
@claabs
claabs / hosts.txt
Last active November 3, 2023 16:31
My LG WebOS Blocklist
# https://www.reddit.com/r/pihole/comments/scsg2w/lg_tv_has_changed_ad_providers_january_2022
# whitelist
# ngfts.lge.com
# us.lgtvsdp.com
127.0.0.1 aic-ngfts.lge.com
127.0.0.1 aic.cdpbeacon.lgtvcommon.com
127.0.0.1 bl-server.alphonso.tv
127.0.0.1 clockskew.alphonso.tv
127.0.0.1 prov-lg.alphonso.tv
@claabs
claabs / ._macos_setup
Last active July 11, 2024 19:02
Shell Configuration
# homebrew necessities
brew install --cask clocker linearmouse
brew install pyenv thefuck git
# Docker/colima
brew install colima docker docker-compose docker-buildx
mkdir -p ~/.docker/cli-plugins
ln -sfn $(brew --prefix)/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose
ln -sfn $(brew --prefix)/opt/docker-buildx/bin/docker-buildx ~/.docker/cli-plugins/docker-buildx
docker buildx install
@claabs
claabs / autoexec.cfg
Last active February 6, 2023 14:25
Chuck Lubs CS:GO Autoexec
// Launch options:
// -novid -nojoy
// Rates
rate "786432" // max rate, lower if having network issues
cl_cmdrate "128"
cl_updaterate "128"
cl_interp "0.0"
cl_interp_ratio "1"