]> git.rmz.io Git - dotfiles.git/commitdiff
git: replace wio with fpp conditional settings
authorSamir Benmendil <me@rmz.io>
Tue, 1 Nov 2022 14:09:33 +0000 (14:09 +0000)
committerSamir Benmendil <me@rmz.io>
Tue, 1 Nov 2022 14:09:33 +0000 (14:09 +0000)
This reverts commit 0cb9c5b0aaa4f2fb22eb202050fdcc451c8a760c.

git/config
git/fpp.config [new file with mode: 0644]
git/wio.config [deleted file]

index af16e937188de5daaa693c794629faf51a7dfa5c..a759c2e95004ba4e0c18886c1f912ced60fb8388 100644 (file)
@@ -54,5 +54,5 @@
        process = git-lfs filter-process
        required = true
 
-[includeIf "gitdir:~/src/wio/**"]
-       path = ~/.config/git/wio.config
+[includeIf "gitdir:~/src/fpp/**"]
+       path = ~/.config/git/fpp.config
diff --git a/git/fpp.config b/git/fpp.config
new file mode 100644 (file)
index 0000000..e5b6e82
--- /dev/null
@@ -0,0 +1,6 @@
+[user]
+       name = Samir Benmendil
+       email = samir@fppnt.com
+
+[core]
+       hooksPath = ~/src/fpp/githooks
diff --git a/git/wio.config b/git/wio.config
deleted file mode 100644 (file)
index 2b99b4a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-[user]
-       name = Samir Benmendil
-       email = sbenmendil@witekio.com
-
-[core]
-       # hooksPath = ~/src/wio/githooks
-        sshCommand = ssh -i ~/.ssh/id_ed25519_wio