📀 Reinstalling apps on macOS

On occasion, I reinstall macOS on various Apple Macintosh computers. As such, remembering to install all of my apps and settings can become a pain. This post covers all of the steps I follow after I’ve formatted my Mac and reinstalled macOS. A hat tip to Casey Liss, whose blog post inspired this one. These are the apps that I install after I have reinstalled macOS.

macOS Settings

  • Change the computer’s name in System Preferences > Sharing
  • Enable FileVault
  • Make sure messages originate from my mobile phone number

If you are selling your Apple Macintosh computer.

How To Create A New Admin Account in Mac OS X

1. BOOT INTO SINGLE-USER MODE

Turn on the computer. Upon hearing the startup chime, hold the key combination CMD+S. This boots the computer into single-user mode, which in turn gives you access via the root user. It is important to note, however, that this can be blocked by a firmware password. If that’s the case, head on over to this guide on getting into single-user mode while locked.

2. MOUNT THE HARD DRIVE

Once single-user mode boots (it should look like a black screen with white text), we need to mount the hard drive. At the prompt type in:
/sbin/mount -uw /

3. REMOVE THE “SETUP HAS BEEN COMPLETED” FILE

Now that the drive is mounted, we can edit the file system. We’re going to delete a file that tells your computer that you have completed the initial setup. Type in:
rm /var/db/.applesetupdone
This command deletes the file “.applesetupdone” in the /var/db/ directory, which the computer checks for on startup to ensure that the computer has already been set up.

4. REBOOT

Pretty self explanatory. We need the system to reboot so it can check for the file and then notice it’s missing. Type in:
reboot

5. WATCH THE VIDEO

Your computer will shut down and reboot. A setup window should pop up asking what language you want your computer to be in, just as if you turned on your computer for the first time after purchase. After you select a language, a welcome video will play. If you brought headphones along, feel free to plug them in during the “Select A Language” screen. Otherwise, enjoy a little music.

6. CONTINUE SETUP

Go through the rest of the setup process.
Be sure to select “DO NOT TRANSFER MY DATA”.
Don’t worry, all of your old files will still be on the computer.
At one point during setup you will have to configure your internet connection, this is when you need your wireless password. It’s fine if you don’t have the password, you can enter it later if you need to.

7. SET UP THE ADMINISTRATOR ACCOUNT

Near the end of the setup you will be asked to create an administrator account for your computer.
Be sure to make the name of the admin account different from the existing one.
You can name the account anything that you want, except for the name of the old administrator account. If the new account is given the same name as the old one it will overwrite the old account, causing all the old account’s files to be deleted.

8. FINISH SETUP AND LOG IN

Wrap up the setup and the computer should automatically log you into your new administrator account.