Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 469 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 469 Bytes

dotfiles

My macOS configuration files.

Setting up a new MacOS machine 🚀

  1. Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Install requirements:
brew install git stow go-task
  1. Clone the repo.

  2. Initialize submodules:

task git:submodules:update
  1. Stow dotfiles:
task stow:stow
  1. Install everything:
task brew:bundle:install