-
|
I can't Should this file be part of my machine bootstrap script and be written before I run Currently, my .chezmoiignore.tmpl file is not able to be stored in my dotfiles repo. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Manage it with git in your source directory: $ chezmoi cd
$ git add .chezmoiignore.tmpl
$ git commit |
Beta Was this translation helpful? Give feedback.
-
|
That worked, thanks. So why didn't |
Beta Was this translation helpful? Give feedback.
-
|
That makes sense. Thanks. |
Beta Was this translation helpful? Give feedback.
Manage it with git in your source directory: