Skip to content

Instantly share code, notes, and snippets.

@phuctm97
Last active May 24, 2021 10:21
Show Gist options
  • Save phuctm97/9658e09933fdac01d5932a2c4ecb2c43 to your computer and use it in GitHub Desktop.
Save phuctm97/9658e09933fdac01d5932a2c4ecb2c43 to your computer and use it in GitHub Desktop.
Setup macOS Big Sur
[user]
email = 25026967+phuctm97@users.noreply.github.com
name = Minh-Phuc Tran
[pull]
ff = only
#!/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