Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: install GitHub CLI on Mac OS #74

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions setup/setup_new_mac_machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ brew install yamllint
# GPG for signing git commits
# https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key
brew install gpg
# GitHub Command-line tool
brew install gh
# GitHub CLI Copilot Extension
# This cannot be auto installed without `gh login` first
# gh extension install github/gh-copilot

# Nice diff for git - https://github.com/dandavison/delta
brew install git-delta
# Run GitHub actions locally
Expand Down
Loading