From a23f15ad56355a044b315df248a89275c8892bbe Mon Sep 17 00:00:00 2001 From: Dennis Dashkevich Date: Sun, 19 Jan 2025 16:53:32 +0300 Subject: [PATCH] Remove Linux only gpg2-related workaround --- mac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mac b/mac index 3a68021..521e299 100644 --- a/mac +++ b/mac @@ -344,11 +344,6 @@ cask 'postico' cask 'fliqlo' EOF -# To get rid of "error: could not run gpg." w/ git-commit -# TODO: Configure `git config --global gpg.program gpg2` instead. -# More info: https://docs.github.com/en/authentication/managing-commit-signature-verification/checking-for-existing-gpg-keys -# ln -sf /usr/local/bin/gpg2 /usr/local/bin/gpg - if [ ! -d "$HOME/.vim/" ]; then git clone https://github.com/dskecse/dotvim.git ~/.vim ln -sf ~/.vim/vimrc ~/.vimrc