Skip to content

LadyKerr/BrewFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

✨ Automate macOS Config with a BrewFile ✨

Easily install software and applications you use on your macOS by automating the process with Homebrew and a brewfile.

A brewfile is a text file that lists the commands Homebrew needs to install specific software and applications.

Step 1:

Create your brewfile

Be sure to include this command in your brewfile:

$ brew tap Homebrew/bundle

You can see mine here for inspiration: my brewfile

Step 2:

Install Homebrew by pasting this command in your terminal:

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

Step 3:

Run $ brew bundle in your terminal and watch the magic happen.

If everything runs without error, you're in business and ready to use your apps 💃🏽

About

easily install software you use on your macOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages