From 551d7c1d2641abe44452ec00e6cf607ffd4c886a Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Tue, 7 Sep 2021 11:56:46 +0200 Subject: [PATCH] update README --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 2ced901..79aed93 100644 --- a/README.org +++ b/README.org @@ -1,7 +1,7 @@ * dotlink There are countless ways of managing your dotfiles.. this is also one. - After trying several approaches and switching between different setups, this method met finally all of my requirements: + After trying several approaches and switching between different setups, this method finally met all of my requirements: - As simple as possible - Multiple machines are managed in one repository @@ -10,7 +10,7 @@ - Set everything up with one command - Updating configurations shall require nothing more than =git pull= - This is a reference repository which contains a =setup= script and example dotfiles for two machines called =host1= and =host2=. + This is a reference repository which contains a =setup= bash script and some example dotfiles for two machines called =host1= and =host2=. *Warning*: If you want to try this make a backup of your dotfiles! The =setup= script doesn't overwrite existing files but you never know.