Install the the oh-my-zsh environment with the following command
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Paulchen5/shellSetup/main/setup_shell.sh)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Paulchen5/config/main/setup_git.sh)"
Tip
For further information on creating a GPG key visit the documentation on docs.github.com
Generate the GPG key
gpg --full-generate-key
Add it to your GitHub account
gpg --list-secret-keys --keyid-format=long
gpg --armor --export <keyid-long-format>
Tell git about your signing key
Note
Alternatively use the flag option --global
to add the signing key to your global .gitconfig
git config --global --unset gpg.format
git config --file <file> user.signingKey <keyid-long-format>
Save current state
brew bundle dump
Install saved state
brew bundle install