Run the following commands to install the development environment:
git clone https://github.com/JackPlowman/development-environment.git
cd development-environment
Stow the dotfiles in your home directory:
stow -t ~/ -R .
Open the .zshrc
file in your text editor and make any necessary changes.
Then start a new terminal session, open the terminal and run the following command:
source ~/.zshrc
To create a brewfile, run the following command:
brew bundle dump
To install from the brewfile, run the following command:
brew bundle install