Bundled extras for macrift, split into their own plugin so the core stays lean. These features are consumer-facing and break often against upstream (Spotify) updates, so they live and version independently.
Adds Apps & Packages → Spotify (SpotX + Spicetify) ›:
- SpotX — SpotX-Bash ad blocker.
- Spicetify — Spicetify customization framework + Marketplace, with macrift's settings save/restore.
macrift plugin add github.com/emylfy/macrift-miscRemove with macrift plugin remove misc.
macrift plugin lint flags one curl | sh pattern: the Spicetify Marketplace
installer (curl … install.sh | sh), invoked verbatim from upstream. SpotX is
run via process substitution (bash <(curl …)), which the linter does not flag.
Both are intentional — these are the upstream-recommended installers — and are
surfaced here for transparency per macrift's plugin trust model.