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.
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.
- 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).
So, wanna give it a try? Here's what you need to do:
-
Clone the Repository:
git clone https://github.com/yourusername/RebootEssentials.git
-
cd into the directory:
cd RebootEssentials
-
Install Homebrew (if it's not already installed):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"