Update dotfiles/.local/share/chezmoi/home/private_dot_config/git/config.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiexternal.toml
This commit is contained in:
parent
a8096a8874
commit
ffe43cbc76
2 changed files with 8 additions and 2 deletions
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue