From 77c739964e3a93c663a9bb245e400be4a37c654e Mon Sep 17 00:00:00 2001 From: TheK4n Date: Mon, 30 May 2022 22:55:15 +0300 Subject: [PATCH] ranger pdf viewer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7bdb0c..879602b 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ git: ln -s $(PWD)/sub/git/gitignore ~/.gitignore ranger: - echo "sudo pacman -S highlight ttf-joypixels noto-fonts-emoji ueberzug" + echo "sudo pacman -S highlight ttf-joypixels noto-fonts-emoji ueberzug poppler" test -d ~/.config/ranger || \ mkdir -p ~/.config/ranger ln -s $(PWD)/sub/ranger/rc.conf ~/.config/ranger