To set up a new Mac, or a freshly installed macOS, I do the following:
-
Create the first account
king
without iCloud as a spare account, and as a administrator. This allows me to turn off administrator access to my normal account if I want. -
Open System Preferences and create a second account
norm
for normal use, also as an administrator. -
Change the name of the computer in the Sharing preference pane.
-
Log out of
king
and intonorm
. -
Open App Store and sign into it.
-
Copy my
.ssh
directory over. -
Open Terminal, and setup software and preferences using suited:
export GIT_NAME='Mark Norman Francis' export GIT_EMAIL='[email protected]' export GITHUB_USER='norm' export GITHUB_TOKEN='__TOKEN__' export HOST='__HOSTNAME__' curl -O https://raw.githubusercontent.com/norm/suited/master/suited.sh bash suited.sh github:norm/suit:main.conf
This installs all the software I use, and configures as many of the application preferences as possible.
-
Reboot.
-
Open Dropbox, sign in, sync everything.
-
Open nvALT, change it to use
~/Notes
.
- Open 1Password, and tell it where in Dropbox the keychain lives.
The definitive list can be found by studying suit, the control files that suited uses.