summaryrefslogtreecommitdiff
path: root/sd/bin/sarc_install
diff options
context:
space:
mode:
Diffstat (limited to 'sd/bin/sarc_install')
-rwxr-xr-xsd/bin/sarc_install30
1 files changed, 30 insertions, 0 deletions
diff --git a/sd/bin/sarc_install b/sd/bin/sarc_install
new file mode 100755
index 0000000..07e1ec3
--- /dev/null
+++ b/sd/bin/sarc_install
@@ -0,0 +1,30 @@
+#!/bin/sh
+# A script that installs sarc. Run this as root
+
+dwm="dwm-6.2"
+dmenu="dmenu-5.0"
+st="st"
+
+echo "What theme did you choose?"
+echo
+ls themes/ && read theme
+pwd
+echo
+echo $theme
+
+cd $dwm
+make install
+
+cd ../$dmenu
+make install
+
+cd ../$st
+make install
+
+cd ../dwmblocks
+make install
+
+cd ..
+cp bin/* /usr/local/bin
+cp etc/wallpaper/$theme.wallpaper.jpg /etc/wallpaper.jpg
+rm /tmp/theme