An open API service indexing awesome lists of open source software.

https://github.com/buildit/software-install


https://github.com/buildit/software-install

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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](https://brew.sh/)