mirror of
https://github.com/purhan/dotfiles.git
synced 2026-07-16 22:01:11 +08:00
Fix cp to be recursive
This commit is contained in:
parent
318b8db282
commit
4aafe55541
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue