Jump to content

New Computer Runbook: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

31 May 2025

  • curprev 16:0016:00, 31 May 2025 Ejfox talk contribs 5,795 bytes +2,464 No edit summary
  • curprev 15:5415:54, 31 May 2025 Ejfox talk contribs 3,331 bytes +3,331 Created page with "== New Machine Setup Runbook == ''Getting from zero to productive in <30 minutes'' === Phase 1: Essential Infrastructure (5 mins) === <pre> # Install Homebrew first /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # Core terminal tools brew install git tmux zsh neovim ghostty # Modern CLI replacements brew install lsd bat btop dust duf </pre> === Phase 2: Dotfiles & Shell (5 mins) === <pre> # Clone and setup dotfiles gi..."