diff options
Diffstat (limited to 'sd/etc/clean')
| -rwxr-xr-x | sd/etc/clean | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sd/etc/clean b/sd/etc/clean new file mode 100755 index 0000000..6cf362c --- /dev/null +++ b/sd/etc/clean @@ -0,0 +1,9 @@ +#!/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* +rm ~/.xinitrc + |