THIS IS MY HOW I SETUP MY WORKING
ENVIRONMENT

Automated Setup

Follow these steps to replicate my development environment on a new machine.

1. Install Xcode Command Line Tools

Required prerequisite. A dialog will appear to confirm installation.

2. Run One-Line Quick Setup

This single command handles the entire process: installing Homebrew, cloning dotfiles, and running the bootstrap script.

Alternative: Manual Setup

If you prefer to verify each step manually, follow these commands instead of the quick setup above.

1. Install Homebrew

First, install Homebrew if you haven't already. It's required for installing packages.

2. Add Brew To $PATH

You need to add brew to your $PATH to use the command in your terminal.

3. Clone Repository

Clone my portfolio repository to get access to the dotfiles and setup scripts.

4. Run Setup Script

Run the bootstrap script to install dependencies, symlink configuration files, and set up the environment.