From 279399ab48b98a06bf1392644e2ebd0b8ff51bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 25 Jul 2019 12:19:24 -0500 Subject: [PATCH] Adde install.sh --- install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..4f4eeb6 --- /dev/null +++ b/install.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +if [[ $(command -v pacman) ]]; then + sudo pacman -Syy + sudo pacman -S i3blocks i3lock rofi termite dunst conky playerctl acpi network-manager-applet scrot xfce4-terminal thunar tumbler feh ranger --noconfirm +elif [[ $(command -v apt-get) ]]; then + sudo apt update + sudo apt i3blocks i3lock rofi termite dunst conky playerctl acpi network-manager-applet scrot xfce4-terminal thunar tumbler feh ranger +fi