https://github.com/nhejazi/macosx_fresh
:computer: customization scripts for fresh installs of macOS/OSX
https://github.com/nhejazi/macosx_fresh
Last synced: about 2 months ago
JSON representation
:computer: customization scripts for fresh installs of macOS/OSX
- Host: GitHub
- URL: https://github.com/nhejazi/macosx_fresh
- Owner: nhejazi
- License: mit
- Created: 2016-01-25T07:24:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T20:58:22.000Z (9 months ago)
- Last Synced: 2024-08-08T01:16:16.615Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fresh macOSX [](http://opensource.org/licenses/MIT)
> Customization scripts for fresh (re)installs of macOSX with
> [Homebrew](http://brew.sh/) and [Cask](https://caskroom.github.io/).## Setup: How-to
First, **manually install** both
[Xcode](https://apps.apple.com/us/app/xcode/) and
[MacTeX](https://tug.org/mactex/downloading.html)._The step-by-step procedure is given below in case any problems arise during the
installation process_, for simplicity invoke the [GNU
Make](https://www.gnu.org/software/make/) recipe from the `Makefile` provided
with either of the commands `make` or `make machine`.1. `git clone http://github.com/nhejazi/macOS-fresh.git $HOME/macOS-fresh`
2. `sh $HOME/macOS-fresh/core.sh`
3. `sh $HOME/macOS-fresh/langs.sh`
4. `sh $HOME/macOS-fresh/utils.sh`
5. `sh $HOME/macOS-fresh/tools.sh`### Updating with [Homebrew](http://brew.sh)
```bash
brew update && brew upgrade
brew cleanup
```---
## License
© 2016-2025 [Nima Hejazi](http://nimahejazi.org)
The contents of this repository are distributed under the MIT license. See file
`LICENSE` for details.