everything should work

This commit is contained in:
voidarclabs
2026-01-04 14:47:23 +00:00
parent 8995b259d6
commit 652e59c457
4 changed files with 5 additions and 4 deletions

View File

@@ -34,5 +34,5 @@ diff_command = "diff --unified --color=always"
# In the example below, <dotfiles dir>/laptop-dots/.zshrc will be symlinked to ~/.zshrc, taking precedence over <dotfiles dir>/.zshrc, if and only if the hostname is "my-laptop".
# If `implicit_dot` is set to true, the host-specific directories also count as top-level. For example, <dotfiles dir>/laptop-dots/config/foo will be symlinked as ~/.config/foo.
[hosts]
"hackstation" = "pc-files"
"laptop" = "laptop-files"
"HACKSTATION" = "pc-files"
"mobile02" = "laptop-files"