Skip to content

JackPlowman/development-environment

Repository files navigation

Development Environment

Getting Started

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

Homebrew

Create brewfile

To create a brewfile, run the following command:

brew bundle dump

Install from brewfile

To install from the brewfile, run the following command:

brew bundle install