/homebrew-zathura

Homebrew formulae to build Zathura on Mac OS X

Primary LanguageRuby

Zathura

Homebrew formulae to install zathura and plugins on Mac OS X

Installation

Tap the repository: brew tap zegervdv/zathura

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)/lib/pdf.dylib $(brew --prefix zathura)/lib/zathura/pdf.so

Copying to clipboard

Add the following to your ~/.config/zathura/zathurarc:

set selection-clipboard clipboard

Thanks to geigi (see #5)

Known Issues

Currently plugins are installed in the zathura folder, which means that uninstalling a plugin does not work.