From a5096b783031fd29ae25ccb9a898045e7cc2e281 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Sat, 21 May 2022 22:03:56 +0200 Subject: [PATCH] mac: Add pass & workaround for installing gnupg See https://github.com/Homebrew/homebrew-core/issues/74447 --- install-mac.sh | 4 ++++ macos/Brewfile | 2 ++ 2 files changed, 6 insertions(+) diff --git a/install-mac.sh b/install-mac.sh index 8d7d100..f48e252 100755 --- a/install-mac.sh +++ b/install-mac.sh @@ -30,6 +30,10 @@ softwareupdate --install-rosetta brew bundle --file $DOTFILES/macos/Brewfile +# Fix for https://github.com/Homebrew/homebrew-core/issues/74447 +# gnupg is not really needed but marked as a dependency for pass +brew unlink gnupg + # Install pynvim for nvim pip3 install --user pynvim diff --git a/macos/Brewfile b/macos/Brewfile index 7ff4dcf..682cf3e 100644 --- a/macos/Brewfile +++ b/macos/Brewfile @@ -12,6 +12,7 @@ brew 'coreutils' # Those that come with macOS are outdated brew 'ffmpeg' brew 'gh' brew 'git' +brew 'gnupg' # Dependency for pass etc but slightly conflicts with gpg-suite see https://github.com/Homebrew/homebrew-core/issues/74447 brew 'grep' brew 'httpie' brew 'mackup' @@ -20,6 +21,7 @@ brew "openjdk" brew 'openvpn' brew 'mas' # Mac App Store manager brew 'neovim' +brew 'pass' brew 'pkg-config' # https://github.com/driesvints/dotfiles/issues/20 brew 'svn' # Needed to install fonts brew 'pcre2' # Needed to build swoole