Skip to content

Instantly share code, notes, and snippets.

@takuma-saito
Created October 16, 2023 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takuma-saito/27c5a063904f421dd91c6e79c3f20aee to your computer and use it in GitHub Desktop.
Save takuma-saito/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