Tooling to bootstrap a fresh install of macOS on Apple M1 silicon to my specifications.
Curl and unarchive the specified release from https://github.com/dzoladz/.dotfiles/releases
mkdir ~/.dotfiles && cd ~/.dotfiles
curl -o release.tar.gz RELEASE_URL/release.tar.gz
tar -xzvf release.tar.gz
- Add Wahlpypa installation and configuration as part of the bootstrap script