Created
October 16, 2023 15:20
-
-
Save tsaito-cyber/27c5a063904f421dd91c6e79c3f20aee to your computer and use it in GitHub Desktop.
mac_bootstrap.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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