This repository consists of my personal configuration files (dotfiles). It leverages yadm to version and track these files, as well as a bootstrap process to set up a consistent environment across multiple machines.
- Install Homebrew.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"- Install Git.
brew install gitThis repository uses yadm to manage dotfiles effectively.
- Install yadm:
brew install yadm- Clone the repository:
yadm clone git@github.com:georgeeburt/dotfiles.git- Run bootstrap
After cloning the repository, run the bootstrap script:
yadm bootstrap