From 77ffe60043cb7edd754413da6b1a797b4d2369d6 Mon Sep 17 00:00:00 2001 From: stkhan Date: Mon, 3 May 2021 14:38:11 -0500 Subject: Fixed something in install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 097ca91..1b7ca09 100755 --- a/install.sh +++ b/install.sh @@ -19,7 +19,7 @@ theme="$(cat /tmp/.theme_sel)" echo "Setting up config folders" mkdir -p ~/.config/sarc - mv * ~/.config/sarc/ + cp * ~/.config/sarc/ cd ~/.config/sarc/ cd $dwm -- cgit v1.2.3