summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-05-11 10:39:20 -0500
committerstkhan <personal@slickd.xyz>2021-05-11 10:39:20 -0500
commit5420b2198206e741e8813d0041918de73e23cdb8 (patch)
treed07e1b6cdac262380b51aac35ffe6e1ba5e9c25a /etc
parent32266087d52ef656cc03ce71a1e2f62eb7ed2d18 (diff)
Changed scrolling on st
Diffstat (limited to 'etc')
-rwxr-xr-xetc/clean7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/clean b/etc/clean
new file mode 100755
index 0000000..4236ecf
--- /dev/null
+++ b/etc/clean
@@ -0,0 +1,7 @@
+#!/bin/sh
+# This script is used to test new installations of sarc and delete current ones
+
+sudo rm -r ~/.config/sarc
+sudo rm /usr/local/bin/dm*
+sudo rm /usr/local/bin/dwm*
+sudo rm /usr/local/bin/st*