Skip to content

Commit

Permalink
feat: add 'gpg' installation for git commit signing
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Jul 20, 2024
1 parent 62baac5 commit d169d0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup/setup_new_mac_machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ brew install homebrew/cask/docker
brew install hadolint
# YAML file linter
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
# Nice diff for git - https://github.com/dandavison/delta
brew install git-delta
# Run GitHub actions locally
Expand Down

0 comments on commit d169d0b

Please sign in to comment.