diff options
author | neodarz <neodarz@neodarz.net> | 2020-10-04 20:35:05 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-10-04 20:35:05 +0200 |
commit | 8b4e51ffa979c10e37d7ba3d7957184b751c2db7 (patch) | |
tree | 9fe5d6bf321b46e49dde85b2ea4aa9c9f4910d78 | |
parent | 08890c3d4496738caf23424029b612f9984570c7 (diff) | |
download | dotfiles-8b4e51ffa979c10e37d7ba3d7957184b751c2db7.tar.xz dotfiles-8b4e51ffa979c10e37d7ba3d7957184b751c2db7.zip |
Update install script
-rwxr-xr-x | install.sh | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -222,6 +222,13 @@ echo "Install phpbrew..." #sudo pikaur -S --noconfirm --needed phpbrew +echo "Install some more package..." + +#pikaur -S --noconfirm --needed zathura +#pikaur -S --noconfirm --needed zathura-pdf-mupdf +#pikaur -S --noconfirm --needed cava +#pikaur -S --noconfirm --needed bpytop + # install dotfiles echo "install dotdrop..." @@ -278,6 +285,11 @@ echo "Init phpbrew..." #phpbrew init +echo "Configure zathura..." + +#sudo curl https://raw.githubusercontent.com/pwmt/zathura/develop/data/org.pwmt.zathura.desktop.in -o /usr/share/applications/zathura.desktop +#xdg-mime default zathura.desktop application/pdf + echo "Hey install is done!" echo "Check arch wiki for driver installation." echo "=> https://wiki.archlinux.org/index.php/Xorg#Driver_installation" |