dotfiles

Setting up a new Mac

  1. Install brew
  2. Run /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" to install brew
  3. Run brew install chezmoi to install chezmoi
  4. Run chezmoi init https://github.com/lukeshay/dotfiles.git to download the chezmoi config
  5. Run chezmoi apply -v to install the configuration
  6. Run . "${HOME}/mac.sh" to install all tools

Resources