https://github.com/buildit/software-install
https://github.com/buildit/software-install
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/buildit/software-install
- Owner: buildit
- Created: 2022-04-22T15:57:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T16:05:20.000Z (over 3 years ago)
- Last Synced: 2025-02-04T23:31:17.655Z (12 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)