Skip to content

Instantly share code, notes, and snippets.

View alexcberk's full-sized avatar

Alex Berk alexcberk

View GitHub Profile
@alexcberk
alexcberk / spotifyd_setup.md
Last active October 22, 2024 15:40
spotifyd - headless setup on Mac Silicon

Setup spotifyd on Mac Silicon

Install rust

brew install rust

Build from source

// ==UserScript==
// @name xkcd title text
// @version 1.0
// @description try to take over the world!
// @author aberk
// @match https://xkcd.com/*
// @grant none
// ==/UserScript==
(function() {