dotfiles/apps/install.sh

29 lines
571 B
Bash
Raw Normal View History

2020-09-17 16:02:24 +00:00
#!/bin/bash
DIR=$(readlink -f $(dirname $0))
. $DIR/../env.sh
# install office utilities
case "$PM" in
apt)
sudo apt install -y \
chromium-browser \
zathura zathura-pdf-poppler sxiv \
flameshot \
libreoffice \
gimp
;;
pacman)
2020-09-18 18:01:58 +00:00
sudo pacman -S --needed \
2020-09-17 16:02:24 +00:00
chromium \
zathura zathura-pdf-mupdf sxiv\
flameshot \
libreoffice-fresh \
gimp
;;
esac
# symlink configuration
2020-09-18 04:16:15 +00:00
lnsf $DIR/config/zathura ~/.config/zathura