feat: initial commit of Ela's Arch config. :)
This commit is contained in:
commit
9ed00ff30c
59 changed files with 2769 additions and 0 deletions
27
git/.config/git/config
Normal file
27
git/.config/git/config
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[user]
|
||||
name = Raphaela Seeger
|
||||
email = 0abcdef+elatella@users.noreply.github.com
|
||||
[github]
|
||||
user = elatella
|
||||
[core]
|
||||
pager = diff-so-fancy | less --tabs=4 -RFX
|
||||
[pull]
|
||||
ff = only
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[diff]
|
||||
tool = nvimdiff
|
||||
[difftool]
|
||||
prompt = false
|
||||
[merge]
|
||||
tool = nvimdiff
|
||||
[mergetool]
|
||||
prompt = false
|
||||
[pull]
|
||||
ff = only
|
||||
|
||||
; diff-so-fancy config
|
||||
[core]
|
||||
pager = diff-so-fancy | less --tabs=4 -RFX
|
||||
[interactive]
|
||||
diffFilter = diff-so-fancy --patch
|
||||
2
git/.config/git/ignore
Normal file
2
git/.config/git/ignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.DS_Store
|
||||
*.swp
|
||||
Loading…
Add table
Add a link
Reference in a new issue