Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.28 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.28 KB

RebootEssentials

Hey there! This is my project to make setting up a new macOS environment way less painful. It's a simple repo that manages .env files and brew install text files to automate the setup process.

What's the point of this?

Setting up a new macOS environment can be a real drag. I used to spend hours trying to get all my tools and scripts just right. That's where RebootEssentials comes in. I've curated a collection of .env files and brew install scripts to make this process a breeze.

Features

  • Environment Configuration: Easily manage your environment variables with .env files.
  • Homebrew Automation: Automate the installation of essential software with brew install scripts.
  • Easy Setup: Quickly set up a new macOS environment with minimal effort (I hear me say this a lot when setting up a new machine).

Getting Started

So, wanna give it a try? Here's what you need to do:

  1. Clone the Repository:

    git clone https://github.com/yourusername/RebootEssentials.git
  2. cd into the directory:

    cd RebootEssentials
  3. Install Homebrew (if it's not already installed):

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"