Use vars.toml for local configuration

This commit is contained in:
Daniel Lynn 2021-07-12 19:54:21 -05:00
parent f3837c2ba6
commit 2e66b7811b
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.dots
vars.toml

View File

@ -4,7 +4,7 @@ dotfiles_dir = "src/dotfiles"
[settings]
# An array of toml files paths containing the variables to inject in your templatized dotfiles
# You can have multiple var files as long as variable names does not colide.
# vars = [ "vars.toml" ]
vars = [ "vars.toml" ]
# An array of post install shell commands
# hooks = [ "" ]