From 15ca77c7a943a5f4434079270fc07b6a200edb80 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Mon, 21 Sep 2020 09:58:06 +0800 Subject: [PATCH] [bugfix] configuration linking --- apps/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/install.sh b/apps/install.sh index 60cfffe..5d1a1ef 100755 --- a/apps/install.sh +++ b/apps/install.sh @@ -8,7 +8,7 @@ DIR=$(readlink -f $(dirname $0)) case "$PM" in apt) sudo apt install -y \ - chromium-browser \ + google-chrome-stable \ zathura zathura-pdf-poppler sxiv \ flameshot \ libreoffice \ @@ -18,11 +18,11 @@ case "$PM" in sudo pacman -S --needed \ chromium \ zathura zathura-pdf-mupdf sxiv\ - flameshot \ + flameshot libreoffice-fresh \ gimp ;; esac # symlink configuration -lnsf $DIR/config/zathura $XDG_CONFIG_HOME/zathura +lnsf $DIR/config/zathura/zathurarc $XDG_CONFIG_HOME/zathura/zathurarc