diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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/ |