Homebrew formulae to install zathura and plugins on Mac OS X
Tap the repository:
brew tap zegervdv/zathura
Before installing
Install zathura and required plugins
brew install zathura
brew install zathura-pdf-poppler
Follow the instructions to link the plugins into place:
$ mkdir -p $(brew --prefix zathura)/lib/zathura
$ ln -s $(brew --prefix zathura-pdf-poppler)/libpdf-poppler.dylib $(brew --prefix zathura)/lib/zathura/libpdf-poppler.dylib
Add the following to your ~/.config/zathura/zathurarc
:
set selection-clipboard clipboard
Currently plugins are installed in the zathura folder, which means that uninstalling a plugin does not work.