This repository contains my personal dotfiles and a setup script used to configure my development environment on any Mac machine. This allows for a quick and consistent setup whenever I set up a new computer.
script.sh- A script that installs and configures all necessary tools and settings.
To set up your development environment using this repository, follow these steps:
- Clone the repository:
git clone git@github.com:itsmeurbi/dotfiles.git- Navigate to the project directory:
cd dotfiles- Make the script executable:
chmod +x script.sh- Now you can run the script::
./script.sh