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

https://github.com/rtasalem/mac-scripts

Bash scripts to automate the process of setting up a MacBook by bulk installing most used Homebrew packages.
https://github.com/rtasalem/mac-scripts

automation bash

Last synced: about 2 months ago
JSON representation

Bash scripts to automate the process of setting up a MacBook by bulk installing most used Homebrew packages.

Awesome Lists containing this project

README

          

# Mac Scripts
Bash scripts to automate the process of setting up a MacBook. Run it and forget it. It is recommended to first run the scripts in the following order (with the exception of the `help` script):
| Script | Description | Command|
| - | - | - |
| [help](./help.sh) | Lists all available commands. | `./help.sh` |
| [startup](./startup.sh) | Installs XCode (Command Line Tools) & Homebrew. | `./startup.sh` |
| [install](./install.sh) | Installs all of my most used applications via Homebrew. | `./install.sh` |
| [update](./update.sh) | Checks to see if there are any updates for Homebrew. Also includes upgrades for packages installed via Homebrew. | `./update.sh` |