Before running the below commands make sure you can clone from GitHub by adding your SSH key to your profile.
These instructions are for a fresh Endeavour i3 edition install.
git clone [email protected]:kthibodeaux/.dotfiles.git
cd .dotfiles
bash setup
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
export PATH="/opt/homebrew/bin:$PATH"
brew install stow
git clone [email protected]:kthibodeaux/.dotfiles.git
cd .dotfiles
sh stow_all
brew bundle
ruby-install <version>
To run rspec
with more or less cores, override RSPEC_CORES
in ~/.zshenv.local