Skip to content

Instantly share code, notes, and snippets.

@injust
Last active September 6, 2025 00:35
Show Gist options
  • Save injust/c0947b1b25ae24f8ecf7995fa996ba08 to your computer and use it in GitHub Desktop.
Save injust/c0947b1b25ae24f8ecf7995fa996ba08 to your computer and use it in GitHub Desktop.
Homebrew: Configure auto-update
#! /usr/bin/env bash
brew tap domt4/autoupdate
brew autoupdate start 21600 --upgrade --cleanup --immediate --ac-only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment