Copy .env.example to ~/.env and fill in your secrets:
cp ~/repos/dotfiles/.env.example ~/.envSymlink git repo .zshrc to root directory and reload shell:
ln -sf ~/repos/dotfiles/.zshrc ~/.zshrc && \
source ~/.zshrcSecrets in ~/.env are automatically loaded and exported by .zshrc.
Install packages from the Brewfile:
brew bundle --file=~/repos/dotfiles/BrewfileDump currently installed packages back into the Brewfile:
brew bundle dump --file=~/repos/dotfiles/Brewfile --force