diff --git a/home/.chezmoiignore b/home/.chezmoiignore index c8d4e33..f7e6794 100644 --- a/home/.chezmoiignore +++ b/home/.chezmoiignore @@ -1,5 +1,5 @@ hooks -.tool-versions +tool-versions {{/* generated files, cached files, anything that might change unnecessarily */}} .oh-my-zsh/cache/** diff --git a/home/symlink_dot_tool-versions.tmpl b/home/symlink_dot_tool-versions.tmpl index 4da7bf4..365d656 100644 --- a/home/symlink_dot_tool-versions.tmpl +++ b/home/symlink_dot_tool-versions.tmpl @@ -1 +1 @@ -{{ .chezmoi.sourceDir }}/.tool-versions +{{ .chezmoi.sourceDir }}/tool-versions diff --git a/home/.tool-versions b/home/tool-versions similarity index 100% rename from home/.tool-versions rename to home/tool-versions