From 5d3b8299a24f71c3b0e4dc4b8e700736e47b217e Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 14 Jan 2022 01:45:51 -0300 Subject: [PATCH] Replace CocoRice with sadedot --- README.md | 8 ++++---- scripts/common.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8df004f..0594196 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CocoRice +# sadedot Backup all your dotfiles (and easily deploy them on another machine). @@ -36,7 +36,7 @@ sh scripts/bootstrap.sh -d ``` to use dialog. -Finally, you can run the script with `-l` if you want to print the log in the CocoRice.log file. +Finally, you can run the script with `-l` if you want to print the log in the sadedot.log file. Note that you can modify the `scripts/install.sh` if you want to install some programs on your machine when this script is run. By default, `scripts/bootstrap.sh` will not run this script, so you will need to use the `-p` flag if you want it to run `scripts/install.sh` (it will run at the end of the `scripts/bootstrap.sh` script). @@ -50,5 +50,5 @@ PRs are welcome. ## License [MIT](https://choosealicense.com/licenses/mit/) -[1]: https://github.com/santilococo/CocoRice/fork -[2]: https://github.com/santilococo/CocoRice/tree/master/dotfiles/other +[1]: https://github.com/santilococo/sadedot/fork +[2]: https://github.com/santilococo/sadedot/tree/master/dotfiles/other diff --git a/scripts/common.sh b/scripts/common.sh index d17acca..b9d9d53 100644 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -174,5 +174,5 @@ setLogToFile() { } debug() { - [[ -z ${logToFile+x} || $logToFile = true ]] && tee -a CocoRice.log > /dev/null + [[ -z ${logToFile+x} || $logToFile = true ]] && tee -a sadedot.log > /dev/null }