From a999e73e28f0875fc811c62725712d01818e3b59 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 14 Jul 2025 08:41:14 +0200 Subject: bin: Introduce the doctor.rb install/update script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This replaces the good ol' install.sh script, and it allows me to not only install on a new system, but also upgrade dependencies, repair broken links, etc. This is certainly not Nix, but at least it's not as bad as it used to be. Signed-off-by: Miquel Sabaté Solà --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b678e6c..3de12cb 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ These are my personal dotfiles, use them at your own risk! To install everything -just run the `install.sh` script. +and keep it up-to-date, I run `bin/doctor.rb`. -## License - -Every file is licensed under the GPLv3+ unless stated otherwise. I've tried to -mention every major influence on my `dotfiles`, but most surely I've forgotten -to add some people. If you feel like you should be mentioned somewhere in my -config files, please send me an email. You can find the full license in the -`LICENSE` file and below: +Every file is licensed under the +[GPLv3+](https://www.gnu.org/licenses/gpl-3.0.html) unless stated +otherwise. I've tried to mention every major influence but most surely I've +forgotten to add some people. If you feel like you should be mentioned somewhere +in my config files, please send me an email. You can find the full license in +the `LICENSE` file and below: ``` Copyright (C) 2014-Ω Miquel Sabaté Solà @@ -24,3 +23,6 @@ PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . ``` + +And cheers to the many people who have contributed to free software and that +have ventured to share their knowledge and expertise selflessly. Thanks! -- cgit v1.2.3