From 87ded319c6b8fe561c471ed154a75404c0d9889a Mon Sep 17 00:00:00 2001 From: stkhan Date: Tue, 25 May 2021 01:53:52 +0000 Subject: Replaced falkon for surf --- install.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'install.sh') 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/ -- cgit v1.2.3