Skip to content

Instantly share code, notes, and snippets.

@tsaito-cyber
Created October 16, 2023 15:20
Show Gist options
  • Save tsaito-cyber/27c5a063904f421dd91c6e79c3f20aee to your computer and use it in GitHub Desktop.
Save tsaito-cyber/27c5a063904f421dd91c6e79c3f20aee to your computer and use it in GitHub Desktop.
mac_bootstrap.sh
#!/bin/bash -xe
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install --cask 1password
brew install 1password-cli chezmoi
open -a '1Password'
echo "chezmoi init https://github.com/takuma-saito/dotfiles"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment