summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh18
1 files changed, 4 insertions, 14 deletions
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!"