Last active
May 24, 2021 10:21
-
-
Save phuctm97/9658e09933fdac01d5932a2c4ecb2c43 to your computer and use it in GitHub Desktop.
Setup macOS Big Sur
This file contains hidden or 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
[user] | |
email = [email protected] | |
name = Minh-Phuc Tran | |
[pull] | |
ff = only |
This file contains hidden or 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 | |
# Install Homebrew | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
# [Type in password] | |
# Install apps | |
brew install --cask google-chrome | |
brew install --cask visual-studio-code | |
# Copy dotfiles |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment