Add note on layers

This commit is contained in:
Daniel Flanagan 2021-11-03 13:27:04 -05:00
parent b33ae77613
commit 23c80e4a17
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 6 additions and 0 deletions

View File

@ -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