From a9046ba8bdf0f2ae8f4486914893b28598c8a54e Mon Sep 17 00:00:00 2001 From: Felix Nehrke Date: Sat, 13 Sep 2025 05:19:58 +0200 Subject: [PATCH] Update readme to mention the dev-machine setup which install these files automatically --- README.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c2f2ced..63463b3 100644 --- a/README.adoc +++ b/README.adoc @@ -17,7 +17,11 @@ sudo apt install git stow [source,bash] brew install git stow -== Usage +== Setup and useage +[NOTE] +My https://gitea.nehrke.info/nemoinho/dev-machine/[dev-machine setup] will install and setup these dotfiles automatically. +So, the only thing I've to care about is the `stow . --adopt` command and to commit changes to the VSC. + Checkout this repository into `~/dotfiles` and apply run `stow` to sync the dotfiles. [IMPORTANT]