Skip to content

Commit

Permalink
Add a step to re-run brew bundle for Mac App Store apps
Browse files Browse the repository at this point in the history
`mas` requires you to be signed into App Store, but I can't do that until 1Password is set up, which happens after brew bundle is run once (chicken and egg here)

I'm just gonna run it again after iCloud sign-in step
  • Loading branch information
andrewwestling committed Apr 7, 2021
1 parent 3d73742 commit 07c6e33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Do the following in order:
1. Install Homebrew and packages
1. Set up 1Password
1. Sign into iCloud
1. Run `brew bundle` again to install Mac App Store apps
1. Restore `mackup`
1. Set up Kryptonite
1. Set up `pyenv`
Expand Down Expand Up @@ -41,6 +42,8 @@ Do the following in order:
% cd ~/code/dotfiles && brew bundle # install everything from Brewfile
```

Note: At this point, `brew bundle` will not complete successfully for Mac App Store apps via `mas` because I haven't signed into iCloud yet (dependency on 1Password step below). I need to re-run `brew bundle` again after 1Password and iCloud are set up.

### Brewfile

This is how I update the Brewfile when I install/uninstall something:
Expand All @@ -66,6 +69,8 @@ Sign into iCloud now that 1Password is set up. Disable all the stuff except thes
- Find My Mac
- Home

iCloud will also bring over my other Internet Accounts when I sign in. Go to the a@aw Google account and turn on "Contacts" sync (will ask me to sign into Google; grab password from 1Password and use security key for 2FA)

## Mackup

Restore app settings from mackup
Expand Down

0 comments on commit 07c6e33

Please sign in to comment.