Main public logs
Appearance
Combined display of all available logs of Archive. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:54, 31 May 2025 Ejfox talk contribs created page New Computer Runbook (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...")