Update dotfiles/.local/share/chezmoi/home/private_dot_config/git/config.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml

This commit is contained in:
Brian Zalewski 2022-11-24 22:09:56 +00:00
parent a8096a8874
commit ffe43cbc76
2 changed files with 8 additions and 2 deletions

View file

@ -77,7 +77,13 @@
[".local/src/shared-common"]
type = "git-repo"
url = "https://gitlab.com/megabyte-labs/common/shared.git"
refreshPeriod = "{{ $refreshPeriod }}"
clone.args = ["--depth", "1"]
pull.args = ["--ff-only"]
### CookieCutter Template
[".config/git/template"]
type = "git-repo"
url = "https://gitlab.com/megabyte-labs/templates/cookiecutter.git"
clone.args = ["--depth", "1"]
pull.args = ["--ff-only"]

View file

@ -112,7 +112,7 @@
autocorrect = 20
[init]
defaultBranch = master
templatedir = ~/.config/git/template
templatedir = ${XDG_CONFIG_HOME}/.config/git/template
[interactive]
diffFilter = delta --color-only --features=interactive
[merge]