https://github.com/nhoizey/macos-init
This set of scripts automate installation of applications and synchronization of settings on a freshly installed macOS.
https://github.com/nhoizey/macos-init
install-script macos shell-script
Last synced: about 1 year ago
JSON representation
This set of scripts automate installation of applications and synchronization of settings on a freshly installed macOS.
- Host: GitHub
- URL: https://github.com/nhoizey/macos-init
- Owner: nhoizey
- License: apache-2.0
- Created: 2017-03-13T12:59:33.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T17:02:20.000Z (almost 2 years ago)
- Last Synced: 2025-03-08T10:13:02.189Z (about 1 year ago)
- Topics: install-script, macos, shell-script
- Language: Shell
- Homepage: https://nhoizey.github.io/macOS-init/
- Size: 120 KB
- Stars: 23
- Watchers: 4
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macOS init
[](https://github.com/nhoizey/macOS-init/stargazers)
[](https://mamot.fr/@nhoizey)
This set of scripts automate the installation of applications and synchronization of settings, on a freshly installed macOS.
> [!CAUTION]
> This script was designed for **my own specific needs**.
> Before using it, remember to modify it to suit your needs!
## Usage
### Initial installation of a pristine OS
1. Install macOS
1. Run Mac App Store and log in to your account
### First step
1. Download the latest version: [main.zip](https://github.com/nhoizey/macOS-init/archive/main.zip)
1. Open the `run.sh` and `Brewfile` files, and change what is installed by default
1. Starting from the line `# Configuration` in the `run.sh` file, the script configures a number of default settings, which you can modify as required
1. Then [open macOS terminal](https://www.wikihow.tech/Use-Terminal-on-Mac#Opening-Terminal), drag and drop the `run.sh` file from the Finder to the Terminal, press the Enter key, and fasten your seatbelt… 😁
The script will largely work without your intervention, except :
- to validate the installation of Homebrew
- to enter the administrator password for Homebrew
- for the administrator password needed for Cask
- for certain software that requires admin access
If all goes well, it will finish normally without error, but if there is an error, you can restart the script and only what has not already been installed will be installed;
There's no second step. That's it, you're ready to start using your new computer.
### Later updates
1. Run the `update.sh` script to update any applications that require it.