Customization scripts for fresh (re)installs of macOSX with Homebrew and Cask.
First, manually install both Xcode and MacTeX.
The step-by-step procedure is given below in case any problems arise during the
installation process, for simplicity invoke the GNU
Make recipe from the Makefile
provided
with either of the commands make
or make machine
.
git clone http://github.com/nhejazi/macOS-fresh.git ~/macOS-fresh
sh ~/macOS-fresh/core.sh
sh ~/macOS-fresh/langs.sh
sh ~/macOS-fresh/utils.sh
sh ~/macOS-fresh/tools.sh
N.B., as of 14 September 2017, use of the included recipe for GNU Make indicates that it functions properly.
- For several select tools, manual installation is the easiest option. See
_manual.md
for a list of such tools.
Updates with Homebrew
brew update && brew upgrade
brew cleanup
© 2016-2024 Nima Hejazi
The contents of this repository are distributed under the MIT license. See file
LICENSE
for details.