development-environment

My dotfiles for MacOS

MIT License

Stars
0
Committers
2

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