All Projects → zegervdv → Homebrew Zathura

zegervdv / Homebrew Zathura

Homebrew formulae to build Zathura on Mac OS X

Programming Languages

ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Homebrew Zathura

dotfiles-legacy
. .✧ · 🌎 ✷ ✫ 🌙 · ✵ 🚀✵ * ✵ · 🌌✫ ✷ · ✧ .
Stars: ✭ 15 (-94.25%)
Mutual labels:  homebrew
homebrew-rmrec
Quick and simple command to remove a Homebrew package and its dependencies.
Stars: ✭ 31 (-88.12%)
Mutual labels:  homebrew
Xdebug Osx
Simple bash script to toggle xdebug on/off in OSX
Stars: ✭ 258 (-1.15%)
Mutual labels:  homebrew
Blitz
Blitz is a 68030 based homebrew computer I designed over the course of nearly 3 years, starting in late 2017.
Stars: ✭ 31 (-88.12%)
Mutual labels:  homebrew
dotfiles
🏠 dotfiles for my macOS environment
Stars: ✭ 17 (-93.49%)
Mutual labels:  homebrew
bottomless-block-barrage
Panel de Pon (Tetris Attack) clone for the 3ds.
Stars: ✭ 15 (-94.25%)
Mutual labels:  homebrew
Pingo
A tile painting puzzle game for the PS Vita
Stars: ✭ 17 (-93.49%)
Mutual labels:  homebrew
Homebrew Postgresql
🐘 PostgreSQL formulae for the Homebrew package manager
Stars: ✭ 258 (-1.15%)
Mutual labels:  homebrew
waithax
An implementation of the waithax / slowhax 3DS Kernel11 exploit.
Stars: ✭ 64 (-75.48%)
Mutual labels:  homebrew
Pcgen
PCGen Data Sets
Stars: ✭ 257 (-1.53%)
Mutual labels:  homebrew
SwitchXBOXController
Turn your Nintendo Switch into an XBOX360 controller to play on your Windows computer
Stars: ✭ 46 (-82.38%)
Mutual labels:  homebrew
libstarlight
3DS Homebrew Application Framework
Stars: ✭ 28 (-89.27%)
Mutual labels:  homebrew
homebrew-openni
OpenNI-related formulae for the Homebrew package manager
Stars: ✭ 85 (-67.43%)
Mutual labels:  homebrew
Pocket-Game-Maker-v0.83
由白枫开发的PSP AVG游戏引擎PGM。经白枫同意后,上传做教程之用。
Stars: ✭ 13 (-95.02%)
Mutual labels:  homebrew
Fastboot3ds
A homebrew bootloader for the Nintendo 3DS that is similar to android's fastboot.
Stars: ✭ 258 (-1.15%)
Mutual labels:  homebrew
.dotfiles
💻 My settings for macOS, kitty, zsh, nvim, tmux, and more 🛠
Stars: ✭ 44 (-83.14%)
Mutual labels:  homebrew
m3diaLib-CTR
A C++ library for easier homebrew development for the Nintendo 3DS
Stars: ✭ 39 (-85.06%)
Mutual labels:  homebrew
Homebrew File
Brewfile manager for Homebrew
Stars: ✭ 260 (-0.38%)
Mutual labels:  homebrew
Golinks
🌐A web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance. Similar to bunny1 or yubnub.
Stars: ✭ 258 (-1.15%)
Mutual labels:  homebrew
macOS-setup
Simple ansible playbook to install all software that you need to new macOS environment
Stars: ✭ 38 (-85.44%)
Mutual labels:  homebrew

Zathura

Homebrew formulae to install zathura and plugins on Mac OS X

Installation

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

OSX_native_integration

The OSX native integration (dock, window manager) has been added to the develop branch of zathura. You can install it by

# unlink installed zathura and girara
brew unlink girara
brew unlink zathura

# install HEAD
brew install girara --HEAD
brew install zathura --HEAD
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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].