mac: Add pass & workaround for installing gnupg

See https://github.com/Homebrew/homebrew-core/issues/74447
This commit is contained in:
Saibotk 2022-05-21 22:03:56 +02:00
parent f1976af021
commit a5096b7830
Signed by: saibotk
GPG key ID: 67585F0065E261D5
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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