Skip to content

Instantly share code, notes, and snippets.

@patrickhulce
patrickhulce / mac-setup.md
Last active January 8, 2024 16:44
Macbook Setup

setup steps

  1. Show battery percentage (now in control center prefs)

  2. Enable tap click, right click

  3. Hide dock

  4. Uncheck "close Windows when quitting an application"

  5. Update device name in Preferences > Sharing

  6. Install homebrew (installs xcode command line utils)

  7. Install Terminal

@patrickhulce
patrickhulce / mac-setup.sh
Last active December 2, 2022 04:03
GitHub Self-Hosted Runners
#!/bin/bash
# Non-scripted Tasks:
# - Configure device name in Preferences > Sharing
# - Enable Remote Login & Remote Management in Preferences > Sharing
# - Enable automatic login/disable password after sleep in Preferences > Security & Privacy > General
# - Disable screensaver/sleep in Preferences > Energy Saver
# - Disable spotlight indexing of home directory
# - Add a runner in GitHub UI to grab your token https://github.com/<org>/<repo>/settings/actions/runners/new