From 23c80e4a17ccac6fe11f39129c87b835fb51effc Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 3 Nov 2021 13:27:04 -0500 Subject: [PATCH] Add note on layers --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 94a24c8..e4d4769 100644 --- a/readme.md +++ b/readme.md @@ -46,6 +46,12 @@ inside, it will be sourced by the main configuration file. Likewise, some setup only happens in certain environments via the `dotfiles-setup.d.fish` script. +One important note on environments is that even though they are laid out like +a tree (directories), you do NOT automatically get the parent-environment's +configuration, so if you are setting up a Arch Linux desktop machine, you +cannot only link the `os/linux/arch` and `host/desktop` environments but will +also need to include `os/linux` if you want the Linux-generic configuration. + # Basic Setup curl -Ss https://lyte.dev/df.sh | sh