From e2e0e9908443a6e0e18b82cb6f4e636fb4500dd4 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 20 Mar 2023 09:33:00 +0100 Subject: [PATCH] chore(setup): install secretive first --- setup/init.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/init.sh b/setup/init.sh index 2bd6468..d18a0b7 100755 --- a/setup/init.sh +++ b/setup/init.sh @@ -17,6 +17,9 @@ if test ! $(which brew); then /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" fi +# Install SSH keys Secure Enclave +brew install --cask secretive + # Homebrew packages, Cask binaries and Mac App Store software echo "Installing Homebrew packages, Cask binaries and Mac App Store software" source ./brew.sh