From 5c9f8b7ca467bce510d903f9a72bbcc40529e0b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Thu, 8 Aug 2024 12:45:37 +0200 Subject: [PATCH] docs: how to synchronize section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 00ba2b6..b087399 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # Void Linux Configuration My configuration files, themes and other stuff I daily use on my machine. + +### How to synchronize? + +You can use [goog](./goog) for automatic synchronization. Option `-s` forces goog to copy all dotfiles into directories. + +```sh +$ ./goog -s +```