summaryrefslogtreecommitdiff
path: root/git/.gitconfig
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2021-01-13 23:31:44 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2021-01-13 23:48:04 +0100
commit45503702fdb366ad643f4827e50c0df7cf93980e (patch)
tree5bf4bba9e22b75b39167351df42243b5b97122b5 /git/.gitconfig
parent64b8b0c0ea9776f4d8002af1f57bf846dfe2697e (diff)
Reorder using Stow better
Diffstat (limited to 'git/.gitconfig')
-rw-r--r--git/.gitconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
deleted file mode 100644
index e293ba4..0000000
--- a/git/.gitconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-[user]
- email = ekaitz@elenq.tech
- name = Ekaitz Zarraga
-[core]
- editor = nvim
-[color]
- ui = auto
-[diff]
- tool = nvimdiff
-[merge]
- tool = nvimdiff
-[push]
- default = simple
-[alias]
- lg = log --graph --oneline --decorate --all