diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf index bfd8635..9f7a8e9 100644 --- a/.config/ranger/rifle.conf +++ b/.config/ranger/rifle.conf @@ -139,6 +139,8 @@ ext pdf, has qpdfview, X, flag f = qpdfview "$@" ext docx?, has catdoc, terminal = catdoc -- "$@" | "$PAGER" +ext epub, has zathura, X, flag f = zathura -- "$@" + ext sxc|xlsx?|xlt|xlw|gnm|gnumeric, has gnumeric, X, flag f = gnumeric -- "$@" ext sxc|xlsx?|xlt|xlw|gnm|gnumeric, has kspread, X, flag f = kspread -- "$@" ext pptx?|od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has libreoffice, X, flag f = libreoffice "$@" diff --git a/README.md b/README.md index e2229e8..ebce417 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Afterwards, you simply clone this repository and copy the content of the resulti 8. I prefer to use `termite`, as it seems to have much better UTF8 support 9. If you want to get the most out of `neomutt`, I highly recommend using mutt-wizard 10. I generally use Zsh as my default Shell +11. My preferred PDF reader is `zathura` * I use a couple of extensions. To install these, please first download and install `oh-my-zsh` and then download and install`autosuggestions` and `zsh-syntax-highlighting`. Otherwise you won't be able to use my .zshrc.