This repository contains my development environment configuration files, including dotfiles for Zsh, and other tools. It is designed to be used with GNU Stow to manage the symlinks in your home directory.
Run the following commands to install the development environment:
git clone https://github.com/JackPlowman/development-environment.git
cd development-environmentStow 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 ~/.zshrcTo create a brewfile, run the following command:
brew bundle dumpTo install from the brewfile, run the following command:
brew bundle install