File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
bats-tests/tom_home/dotfiles Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dotfiles_dir = "dotfiles"
3344
55[settings ]
6- hooks = [ " echo Hello from bombadil" ]
6+ prehooks = [ " echo Hello from bombadil" ]
77vars = [ " vars.toml" ]
88
99[settings .dots ]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ dotfiles_dir = "my_dotfiles"
33
44[settings ]
55# Post install commands
6- hooks = [ " sway reload" ]
6+ posthooks = [ " sway reload" ]
77
88# Vars hold an array of paths to a toml file containing the variables to inject in your templatize dotfiles.
99vars = [
@@ -17,4 +17,4 @@ vars = [
1717[settings .dots ]
1818alacritty = { source = " alacritty" , target = " .config/alacritty" }
1919sway = { source = " sway" , target = " .config/sway" }
20- zsh = { source = " zsh/zshrc" , target = " .zshrc" }
20+ zsh = { source = " zsh/zshrc" , target = " .zshrc" }
Original file line number Diff line number Diff line change 11[settings ]
22vars = [" vars.toml" ]
3- hooks = [" echo hello" ]
3+ prehooks = [" echo hello" ]
44
55[settings .dots ]
66maven = { source = " settings.xml" , target = " .m2/setting.xml" }
You can’t perform that action at this time.
0 commit comments