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.
- Host: GitHub
- URL: https://github.com/rtasalem/mac-scripts
- Owner: rtasalem
- Created: 2025-05-14T22:42:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-17T20:01:11.000Z (11 months ago)
- Last Synced: 2025-08-17T22:04:59.065Z (11 months ago)
- Topics: automation, bash
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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` |