aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2020-10-04 20:35:05 +0200
committerneodarz <neodarz@neodarz.net>2020-10-04 20:35:05 +0200
commit8b4e51ffa979c10e37d7ba3d7957184b751c2db7 (patch)
tree9fe5d6bf321b46e49dde85b2ea4aa9c9f4910d78 /install.sh
parent08890c3d4496738caf23424029b612f9984570c7 (diff)
downloaddotfiles-8b4e51ffa979c10e37d7ba3d7957184b751c2db7.tar.xz
dotfiles-8b4e51ffa979c10e37d7ba3d7957184b751c2db7.zip
Update install script
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 0854c6b..fa22a39 100755
--- a/install.sh
+++ b/install.sh
@@ -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"