diff --git a/config/config.yaml b/config/config.yaml index ddb57ee..a4092c7 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -13,6 +13,7 @@ config: # Gitconfig gitconfig: sources: + mennos-server: ~/dotfiles/config/gitconfig.mnenos-server macos: ~/dotfiles/config/gitconfig.macos linux: ~/dotfiles/config/gitconfig.linux wsl: ~/dotfiles/config/gitconfig.wsl diff --git a/config/gitconfig mennos-server b/config/gitconfig mennos-server new file mode 100644 index 0000000..762430b --- /dev/null +++ b/config/gitconfig mennos-server @@ -0,0 +1,18 @@ +[user] + signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM+sKpcREOUjwMMSzEWAso6830wbOi8kUxqpuXWw5gHr + email = menno@vleeuwen.me + name = Menno van Leeuwen + +[color] + ui = true +[push] + autoSetupRemote = true +[pull] + rebase = false +[filter "lfs"] + process = git-lfs filter-process + required = true + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f +[init] + defaultBranch = main