sh ./bootstrap.sh
or
sh -c "$(curl -fsSL https://raw.githubusercontent.com/kirel/dotfiles/master/bootstrap.sh)"
brew bundle dump -f
brew bundle cleanup
!! --force
pipx run --spec ansible -- ansible-playbook -K ansible/enable_touchid_sudo.yaml
Edit secrets.sh
then
op inject -fi secrets.sh -o ~/.secrets.sh && cat ~/.secrets.sh
cat Brewfile | grep ^cask | sed -e 's/cask "//g' | sed -e 's/"//g' | xargs brew install --cask -f