Use vars.toml for local configuration
This commit is contained in:
parent
f3837c2ba6
commit
2e66b7811b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
.dots
|
||||
vars.toml
|
||||
|
@ -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 = [ "" ]
|
||||
|
Loading…
Reference in New Issue
Block a user