[bugfix] configuration linking
This commit is contained in:
parent
08aaa33064
commit
15ca77c7a9
|
@ -8,7 +8,7 @@ DIR=$(readlink -f $(dirname $0))
|
||||||
case "$PM" in
|
case "$PM" in
|
||||||
apt)
|
apt)
|
||||||
sudo apt install -y \
|
sudo apt install -y \
|
||||||
chromium-browser \
|
google-chrome-stable \
|
||||||
zathura zathura-pdf-poppler sxiv \
|
zathura zathura-pdf-poppler sxiv \
|
||||||
flameshot \
|
flameshot \
|
||||||
libreoffice \
|
libreoffice \
|
||||||
|
@ -18,11 +18,11 @@ case "$PM" in
|
||||||
sudo pacman -S --needed \
|
sudo pacman -S --needed \
|
||||||
chromium \
|
chromium \
|
||||||
zathura zathura-pdf-mupdf sxiv\
|
zathura zathura-pdf-mupdf sxiv\
|
||||||
flameshot \
|
flameshot
|
||||||
libreoffice-fresh \
|
libreoffice-fresh \
|
||||||
gimp
|
gimp
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# symlink configuration
|
# symlink configuration
|
||||||
lnsf $DIR/config/zathura $XDG_CONFIG_HOME/zathura
|
lnsf $DIR/config/zathura/zathurarc $XDG_CONFIG_HOME/zathura/zathurarc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user