managed by chezmoi
Install Xcode Command Line Tools
xcode-select --installInstall Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/daniel.banck/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"Setup 1Password
brew install --cask 1password
Manually add your accounts now.
Install chezmoi and apply configuration
brew install chezmoi
chezmoi init dbanck
chezmoi applyFinal touches
echo /opt/homebrew/bin/fish | sudo tee -a /etc/shells
chsh -s /opt/homebrew/bin/fishmise use -g usage
mise use -g go
mise use -g node@lts