Skip to content

Instantly share code, notes, and snippets.

View markaltmann's full-sized avatar

Mark Altmann markaltmann

View GitHub Profile
@MShekow
MShekow / renovate.jsonc
Last active August 12, 2026 13:37
Renovate bot configuration template
// Note: we use JSONC to be able to use comments
// This file is a suggestion for how to customize the default "config:best-practices" preset. The sections below reference
// numbered tips from the cheat sheet in this article: https://www.augmentedmind.de/2023/07/30/renovate-bot-cheat-sheet/
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
// Use better default preset and ignore subpresets you don't need (#2)
"extends": [
"config:best-practices"
],
"ignorePresets": [
@albertbori
albertbori / Installation.md
Last active August 18, 2026 09:18
Automatically disable Wifi when an Ethernet connection (cable) is plugged in on a Mac

Overview

This is a bash script that will automatically turn your wifi off if you connect your computer to an ethernet connection and turn wifi back on when you unplug your ethernet cable/adapter. If you decide to turn wifi on for whatever reason, it will remember that choice. This was improvised from this mac hint to work with Yosemite, and without hard-coding the adapter names. It's supposed to support growl, but I didn't check that part. I did, however, add OSX notification center support. Feel free to fork and fix any issues you encounter.

Most the credit for these changes go to Dave Holland.

Requirements

  • Mac OSX 10+
  • Administrator privileges