diff options
| author | stkhan <personal@slickd.xyz> | 2021-05-11 10:39:20 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-05-11 10:39:20 -0500 |
| commit | 5420b2198206e741e8813d0041918de73e23cdb8 (patch) | |
| tree | d07e1b6cdac262380b51aac35ffe6e1ba5e9c25a /etc | |
| parent | 32266087d52ef656cc03ce71a1e2f62eb7ed2d18 (diff) | |
Changed scrolling on st
Diffstat (limited to 'etc')
| -rwxr-xr-x | etc/clean | 7 |
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* |