From a738110c2693fe65396b5d43e2f9dff5bd0644db Mon Sep 17 00:00:00 2001 From: stkhan Date: Sun, 13 Jun 2021 17:47:07 -0500 Subject: On install surf and tabbed aren't compiled, dwm uses cool autostart --- install.sh | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index d5d9281..027b386 100755 --- a/install.sh +++ b/install.sh @@ -9,8 +9,6 @@ clear 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 "" @@ -23,7 +21,7 @@ echo "Enter what theme you want here:" && read theme echo echo "Theme is $theme" pwd -cp themes/$theme ./theme.h +cp themes/$theme theme.h cd $dwm make clean @@ -43,22 +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 ~/.dwm/ - +mkdir ~/.config/ cp etc/.xinitrc ~ cp etc/wallpaper/$theme.wallpaper.jpg ~/.config/wallpaper.jpg -cp etc/autostart.sh ~/.dwm/ sudo cp bin/* /usr/local/bin rm theme.h +echo +tput setaf 2 && echo "Installation is complete!" -- cgit v1.2.3