First, install the Xcode command-line tools:
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install dotbot
brew install --cask proton-pass
brew install --cask secretive
Log into the password manager, start and configure Secretive to setup SSH keys. Add the public key to GitHub and export the SSH_AUTH_SOCK
(temporary) to be able to clone with SSH:
export SSH_AUTH_SOCK="$HOME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh"
sudo scutil --set HostName <hostname>
git clone git@github.com:kogakure/dotfiles.git ~/.dotfiles
Log in with your Apple ID to be able to install app store apps. Run the install script to setup the computer:
cd ~/.dotfiles
./setup.sh