this repo has no description
1echo "installing 1Password"
2brew install 1password
3
4echo "about to open 1Password. log in and enable CLI integration in preferences."
5read -p "Press enter to continue..."
6open -a 1Password
7read -p "Press enter once CLI integration is enabled..."
8op account add --account indirect
9
10echo "getting dotfiles key from 1Password"
11mkdir -p ~/.config/age
12chezmoi apply ~/.config/age/chezmoi_key.txt
13
14echo "installing Xcode..."
15brew install mas
16mas install 497799835
17sudo xcodebuild -license accept
18
19echo "setting up all other dotfiles..."
20chezmoi apply