From e96539c0937204a7403fbe84fe4e034787e75623 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 7 Aug 2018 11:21:51 +0100 Subject: [PATCH] Make conduit config match what git config expects --- .conduit.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.conduit.yaml b/.conduit.yaml index a9daaea..4bf0a0e 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -2,7 +2,6 @@ - location: ~/.config/git - symlink: - {src: config, dst: ~/.gitconfig} - - {src: excludes, dst: ~/.gitexcludes} - {src: _git-changes, dst: ~/.local/share/zsh/site-functions/_git-changes} - repo: - - {remote: 'git@code.infektor.net:benie/config.git', name: private} + - git@code.infektor.net:benie/config.git