summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh30
1 files changed, 0 insertions, 30 deletions
diff --git a/build.sh b/build.sh
deleted file mode 100755
index b9962c4..0000000
--- a/build.sh
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-# A script to build sarc
-
-# Sets theme configuration
-# To see available themes, do "ls theme/"
-
-echo "Welcome to the sarc installation!"
-echo
-echo "Choose a theme:" && ls theme/
-read theme
-
-cp theme/$theme/colors.h dwm-6.2/
-cp theme/$theme/$theme.png $HOME/.config/wallpaper.png
-
-# Compiles dwm, st, etc
-
-cd dwm-6.2
-make clean
-make
-
-cd ../st-0.8.4/
-make clean
-make
-
-cd ../dmenu-5.0/
-make clean
-make
-cd ../
-
-