From: Samir Benmendil Date: Wed, 31 Aug 2022 21:33:06 +0000 (+0100) Subject: git: replace fpp with wio conditional settings X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/0cb9c5b0aaa4f2fb22eb202050fdcc451c8a760c?ds=inline git: replace fpp with wio conditional settings --- diff --git a/git/config b/git/config index a759c2e..af16e93 100644 --- a/git/config +++ b/git/config @@ -54,5 +54,5 @@ process = git-lfs filter-process required = true -[includeIf "gitdir:~/src/fpp/**"] - path = ~/.config/git/fpp.config +[includeIf "gitdir:~/src/wio/**"] + path = ~/.config/git/wio.config diff --git a/git/fpp.config b/git/fpp.config deleted file mode 100644 index e5b6e82..0000000 --- a/git/fpp.config +++ /dev/null @@ -1,6 +0,0 @@ -[user] - name = Samir Benmendil - email = samir@fppnt.com - -[core] - hooksPath = ~/src/fpp/githooks diff --git a/git/wio.config b/git/wio.config new file mode 100644 index 0000000..2b99b4a --- /dev/null +++ b/git/wio.config @@ -0,0 +1,7 @@ +[user] + name = Samir Benmendil + email = sbenmendil@witekio.com + +[core] + # hooksPath = ~/src/wio/githooks + sshCommand = ssh -i ~/.ssh/id_ed25519_wio