This directory contains the dotfles for my development environment
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install stow make
git clone https://github.com/janbiasi/.dotfiles.git
cd .dotfiles
make macos
make install
# ... or incremental update via:
make update
echo /opt/homebrew/bin/fish | sudo tee -a /etc/shells
chsh -s /opt/homebrew/bin/fish