diff --git a/bombadil.toml b/bombadil.toml index b1185f2..bf5a91c 100644 --- a/bombadil.toml +++ b/bombadil.toml @@ -33,6 +33,6 @@ tmux = { source = "tmux", target = ".config/tmux" } tmux_conf = { source = "tmux.conf", target = ".tmux.conf" } # git -git_templates = { source = "git-templates", target = ".git-templates" } +git_template = { source = "git_template", target = ".git_template" } gitconfig = { source = "gitconfig", target = ".gitconfig" } gitignore = { source = "gitignore", target = ".gitignore" }