summaryrefslogtreecommitdiff
path: root/sd/bin/sarc_install
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-06-19 10:42:51 -0500
committerstkhan <personal@slickd.xyz>2021-06-19 10:42:51 -0500
commit120b0999b4d996f4e9a0d78975f7ef4923b95e7e (patch)
tree8cf3fa8dc6069b1f4cfe6a874be428cb38cb744b /sd/bin/sarc_install
parente2dbb81b9144fd8be2eb89617db38fd361079fed (diff)
Remove tmp dir
Former-commit-id: f9a9e87a5573b8c6549d802405fa53c78ec419b9
Diffstat (limited to 'sd/bin/sarc_install')
-rwxr-xr-xsd/bin/sarc_install30
1 files changed, 0 insertions, 30 deletions
diff --git a/sd/bin/sarc_install b/sd/bin/sarc_install
deleted file mode 100755
index 07e1ec3..0000000
--- a/sd/bin/sarc_install
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/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