This repository contains my dotfiles. I use GNU Stow to manage them.
Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install GNU-Stow
brew install stow
Clone this repo
git clone git@github.com:josephburgess/dotfiles.git ~/
Restore dotfiles
cd ~/dotfiles
stow -t ~ *
Restore Brewfile
brew bundle install