Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hypnoglow/macos-bootstrap
macOS bootstrap :battery:
https://github.com/hypnoglow/macos-bootstrap
macos macos-bootstrap macos-setup
Last synced: 10 days ago
JSON representation
macOS bootstrap :battery:
- Host: GitHub
- URL: https://github.com/hypnoglow/macos-bootstrap
- Owner: hypnoglow
- License: mit
- Created: 2017-05-05T12:52:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T18:03:09.000Z (5 months ago)
- Last Synced: 2024-10-06T05:02:42.546Z (about 1 month ago)
- Topics: macos, macos-bootstrap, macos-setup
- Language: Shell
- Size: 54.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# macOS-bootstrap
A simple script that brings macOS system to a desired state. May be useful to run
after a fresh installation or on a regular basis to reconcile the OS.Basically, the script tweaks the OS and installs and updates apps and packages.
## Usage
### Fresh macOS installation
1. Open Terminal app.
2. Install [Homebrew](https://brew.sh)
3. Install a fresh version of bash to replace outdated macOS builtin bash:
```shell
brew install bash
```4. Run bootstrap with the profile name:
```shell
./bootstrap
```
### ReconcileRun bootstrap, the profile name is optional:
```shell
./bootstrap [PROFILE_NAME]
```## Docs
[docs](docs/) directory contains some useful info on advanced macOS topics.
## License
[MIT](https://github.com/hypnoglow/macOS-bootstrap/blob/master/LICENCE.md)