diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-03-08 10:10:39 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-03-08 10:10:39 -0500 |
commit | a9e56425995d15bf6b4c7d885779ba9908528b9b (patch) | |
tree | 33e3e6e481ccad5f4303e6c68307545c25eb06c0 | |
parent | misisng quote on trailing (diff) |
only install screen layouts for localhost
-rw-r--r-- | .chezmoiignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.chezmoiignore b/.chezmoiignore index f96270e..8bf6e39 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -66,6 +66,8 @@ crontab .ssh/known_hosts.old .ssh/keys/{{ .chezmoi.hostname }}/id_ed25519 .ssh/keys/{{ .chezmoi.hostname }}/id_rsa +.screenlayout/* +! .screenlayout/{{ .chezmoi.hostname }} .texlive202* .texmf/doc .texmf/fonts |