export SET_HOSTNAME=macbeth
bash -c "$(curl -fsSL https://raw.githubusercontent.com/smitelli/macOS-Setup/HEAD/setup.sh)"
SET_HOSTNAME
: Defaults to the current hostname. Used to name the system on the network, and used as the base label name for the root disk.CAPITALIZE_DISK
: Defaulttrue
if the existing root disk name looks to be capitalized already, otherwisefalse
. If true, the first letter of the hostname is capitalized for use as the disk's label name. Otherwise the hostname is used unchanged.INCLUDE_SOFTWARE_UPDATE
: Defaults totrue
. If true, run Software Update during installation. You might want to disable this if the update list includes a major macOS update that could interfere with setup.INCLUDE_WORKTOOLS
: Defaults tofalse
. If true, installs work tools as well.
MIT, except for the stuff under the data/
directory.