summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-05-25 01:53:52 +0000
committerstkhan <personal@slickd.xyz>2021-05-25 01:53:52 +0000
commit87ded319c6b8fe561c471ed154a75404c0d9889a (patch)
tree8330e380a36a0e1b10bc512cf861888bd24631aa /install.sh
parent3eb0ac722dc7ea58bdd9b90d76f62048814bb937 (diff)
Replaced falkon for surf
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index d5bd50f..c24c6e4 100755
--- a/install.sh
+++ b/install.sh
@@ -6,6 +6,8 @@ sudo pacman -S --needed wpa_supplicant iw dhcpcd adobe-source-code-pro-fonts fal
dwm="dwm-6.2"
st="st"
dmenu="dmenu-5.0"
+surf="surf-2.1"
+tabbed="tabbed-0.6"
echo "Welcome to the sarc installation"
echo ""
@@ -39,6 +41,14 @@ cd ../$dmenu
make -s
sudo make -s install
+cd ../$surf
+make -s
+sudo make -s install
+
+cd ../$tabbed
+make -s
+sudo make -s install
+
cd ..
mkdir -p ~/.config/sarc
mkdir ~/.dwm/