Skip to content

Commit

Permalink
feat: install GitHub CLI on Mac OS (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Aug 12, 2024
1 parent 909c4e9 commit 248fffa
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit 248fffa

Please sign in to comment.