This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Provisioning script for a new macOS Big Sur machine. | |
# To bootstrap a brand new box: | |
# * Build a bootable USB installer drive: | |
# - Partition a USB flash drive as appropriate | |
# - On an existing macOS box, search the App Store for "Big Sur" | |
# - Download macOS and wait for the installer screen to pop up | |
# - Build the install media: | |
# sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# There are some steps that can't be done in PowerShell: | |
# | |
# Before: | |
# * Install Windows | |
# * Run Windows Update and reboot as needed | |
# * Install WinGet via your desired method (Maybe it's included with AppInstaller by now?) | |
# | |
# After: | |
# * Run the Logitech app and change the touchpad scroll direction | |
# * Run 1Password and sign in |
OlderNewer