Skip to content

buildit/software-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Software Installation for new joiners

This repo will help install necessary software to your mac machine.

Steps

  • Step 1: Install homebrew by running the following command in terminal

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

  • Step 2: Download Brewfile to a place on your computer.

Example: /Users/anthonytabano/Desktop If you do not know your user name type id -un in the terminal and replace the name above.

  • Step 3: run the following command to install

brew bundle install --file /Users/anthonytabano/Desktop/Brewfile

Reference: HomeBrew Install Instructions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages