This repository contains scripts to set up a macOS development environment with essential applications and configurations.
setup/all.sh
: Main script to execute all setup scripts.setup/brew.sh
: Script to install Homebrew, update it, and install basic packages and applications.setup/dev.sh
: Script to set up development environments for Node.js and Rust.setup/dock.sh
: Script to configure the macOS Dock with specified applications.
First, clone this repository to your local machine:
git clone https://github.com/andreivcodes/dotfiles.git
cd dotfiles
Run the following command to make sure all setup scripts are executable:
chmod +x setup/all.sh setup/brew.sh setup/dev.sh setup/dock.sh
Execute the main setup script to run all individual scripts:
cd setup
./all.sh