From 4aafe555415c61e746e0f5cac52b489fe8c1f94d Mon Sep 17 00:00:00 2001 From: "A. Schueler" Date: Fri, 25 Sep 2020 08:16:56 +0200 Subject: [PATCH] Fix cp to be recursive --- RICE/redhound/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RICE/redhound/README.md b/RICE/redhound/README.md index dd9c355..622e9df 100644 --- a/RICE/redhound/README.md +++ b/RICE/redhound/README.md @@ -28,7 +28,7 @@ Run the following commands in the terminal. This also creates a backup for any p ``` git clone --depth 1 https://github.com/purhan/dotfiles.git -cp ~/.config/awesome ~/.config/awesome_backup +cp -r ~/.config/awesome ~/.config/awesome_backup mv -a dotfiles/RICE/redhound/. ~/.config/awesome rm -rf dotfiles ```