From cd6dd421782b9b7cbfe80867301716f85a4a633a Mon Sep 17 00:00:00 2001 From: templis Date: Sun, 4 Apr 2021 05:08:32 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b57a170..415d037 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ I packaged the above lines into a snippet up. So that you can set things up with `curl -Lks https://ls.shron.de/dotconf | /bin/bash` -After you've executed the setup any file within the $HOME folder can be versioned with normal commands, replacing git with your newly created config alias, like: +After you've executed the setup, any file within the $HOME folder can be versioned with normal commands, replacing git with your newly created config alias, like: ``` config remote add dotconfs url.to.remote.repo @@ -45,4 +45,8 @@ config commit -m "Add bashrc" config push ``` -Install your dotfiles onto a new system (or migrate to this setup) \ No newline at end of file +## Install your dotfiles onto a new system (or migrate to this setup) + +``` +config pull +``` \ No newline at end of file