Skip to content

Commit

Permalink
feat: install GitHub CLI on Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Aug 12, 2024
1 parent 909c4e9 commit cb35c9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup/setup_new_mac_machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ 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
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

0 comments on commit cb35c9d

Please sign in to comment.