aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-07-14 08:41:14 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-07-14 08:41:14 +0200
commita999e73e28f0875fc811c62725712d01818e3b59 (patch)
treeef5546e714b29d126ad1f06f158b8c8886ed2822 /README.md
parent0ee7a0b129facc85063a042d685613cd4f0a1d2e (diff)
downloaddotfiles-a999e73e28f0875fc811c62725712d01818e3b59.tar.gz
dotfiles-a999e73e28f0875fc811c62725712d01818e3b59.zip
bin: Introduce the doctor.rb install/update script
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à <mikisabate@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 10 insertions, 8 deletions
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à <mikisabate@gmail.com>
@@ -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 <http://www.gnu.org/licenses/>.
```
+
+And cheers to the many people who have contributed to free software and that
+have ventured to share their knowledge and expertise selflessly. Thanks!