Skip to content

Commit

Permalink
Remove Linux only gpg2-related workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
dskecse committed Jan 19, 2025
1 parent 1508981 commit a23f15a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a23f15a

Please sign in to comment.