From 2ccb74422c67393536d03e111512001456cb1a1f Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 19 Mar 2023 01:28:28 +0200 Subject: [PATCH] configuration fixes --- config/git/config | 8 +------- install.conf.yaml | 3 --- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/config/git/config b/config/git/config index 532ccb0..e280c60 100644 --- a/config/git/config +++ b/config/git/config @@ -52,10 +52,4 @@ branch = yellow black bold ul [submodule] - recurse = true -[credential "https://github.com"] - helper = - helper = !/opt/homebrew/bin/gh auth git-credential -[credential "https://gist.github.com"] - helper = - helper = !/opt/homebrew/bin/gh auth git-credential + recurse = true diff --git a/install.conf.yaml b/install.conf.yaml index 780c779..6aebb03 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -1,8 +1,5 @@ --- - defaults: - brew: - stderr: true - stdout: true brewfile: stderr: true stdout: true