summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2024-02-29 20:34:48 +0300
committerYigit Sever2024-02-29 20:35:50 +0300
commit88a154659ec8059aab850c35192cf4e228b87b26 (patch)
treeb5783e880da3c345b42a400b90781e9fec789c0f
parent404233d15c38fa47bac10e02f54aed4ccc9b9f5e (diff)
downloaddotfiles-88a154659ec8059aab850c35192cf4e228b87b26.tar.gz
dotfiles-88a154659ec8059aab850c35192cf4e228b87b26.tar.bz2
dotfiles-88a154659ec8059aab850c35192cf4e228b87b26.zip
git: clean up home
-rw-r--r--.config/git/config (renamed from .gitconfig##h.lowe)49
-rw-r--r--.config/git/ignore (renamed from .cvsignore)2
-rw-r--r--.config/yadm/alt/.config/git/gitconfig.local##h.lowe4
-rw-r--r--.config/yadm/alt/.config/git/gitconfig.local##h.maus4
-rw-r--r--.config/yadm/alt/.config/git/gitconfig.local##h.qualle4
-rw-r--r--.gitconfig##h.luchs77
-rw-r--r--.gitconfig##h.maus77
7 files changed, 44 insertions, 173 deletions
diff --git a/.gitconfig##h.lowe b/.config/git/config
index 75c718f..3ad8b1a 100644
--- a/.gitconfig##h.lowe
+++ b/.config/git/config
@@ -1,11 +1,10 @@
1[user] 1[include]
2 name = Yigit Sever 2 path = ./gitconfig.local
3 email = yigit@ceng.metu.edu.tr
4 signingkey = 29515969
5[core] 3[core]
6 autocrlf = input 4 autocrlf = input
7 safecrlf = true 5 safecrlf = true
8 excludesfile = ~/.cvsignore 6 excludesfile = ~/.config/git/ignore
7 pager = delta
9[alias] 8[alias]
10 co = checkout 9 co = checkout
11 ci = commit 10 ci = commit
@@ -17,10 +16,34 @@
17 hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short 16 hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
18 sl = log --oneline --decorate -20 17 sl = log --oneline --decorate -20
19 sla = log --oneline --decorate --graph --all -20 18 sla = log --oneline --decorate --graph --all -20
20 branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes 19 branches = "for-each-ref --sort=-committerdate --format='%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)' refs/remotes"
21 dft = difftool 20 dft = difftool
22[credential] 21[credential]
23 helper = cache --timeout=3600 22 helper = cache --timeout=3600
23[commit]
24 gpgsign = true
25 verbose = true
26[pull]
27 ff = only
28[push]
29 default = simple
30[merge]
31 conflictStyle = zdiff3
32[rebase]
33 autoSquash = true
34[rerere]
35 enabled = true
36[help]
37 autoCorrect = prompt
38[init]
39 defaultBranch = main
40[diff]
41 tool = difftastic
42 algorithm = histogram
43[sendemail]
44 smtpserver = /usr/bin/msmtp
45 smtpserveroption = -a
46 smtpserveroption = ceng_argor
24[color] 47[color]
25 ui = true 48 ui = true
26[color "diff-highlight"] 49[color "diff-highlight"]
@@ -35,18 +58,6 @@
35 old = red bold 58 old = red bold
36 new = green bold 59 new = green bold
37 whitespace = red reverse 60 whitespace = red reverse
38[commit]
39 gpgsign = true
40[sendemail]
41 smtpserver = /usr/bin/msmtp
42 smtpserveroption = -a
43 smtpserveroption = ceng_argor
44[pull]
45 ff = only
46[init]
47 defaultBranch = main
48[diff]
49 tool = difftastic
50[difftool] 61[difftool]
51 prompt = false 62 prompt = false
52[difftool "difftastic"] 63[difftool "difftastic"]
@@ -58,7 +69,7 @@
58 reflog = delta 69 reflog = delta
59 show = delta 70 show = delta
60[interactive] 71[interactive]
61 diffFilter = delta --color-only 72 diffFilter = delta --color-only --features=interactive
62[delta] 73[delta]
63 features = line-numbers decorations side-by-side 74 features = line-numbers decorations side-by-side
64 plus-style = syntax "#003800" 75 plus-style = syntax "#003800"
diff --git a/.cvsignore b/.config/git/ignore
index 82affbf..116f8e7 100644
--- a/.cvsignore
+++ b/.config/git/ignore
@@ -1,3 +1,5 @@
1.DS_Store
2.idea
1tags 3tags
2rusty-tags.vi 4rusty-tags.vi
3*.svg 5*.svg
diff --git a/.config/yadm/alt/.config/git/gitconfig.local##h.lowe b/.config/yadm/alt/.config/git/gitconfig.local##h.lowe
new file mode 100644
index 0000000..b89436c
--- /dev/null
+++ b/.config/yadm/alt/.config/git/gitconfig.local##h.lowe
@@ -0,0 +1,4 @@
1[user]
2 name = Yigit Sever
3 email = yigit@ceng.metu.edu.tr
4 signingkey = 29515969
diff --git a/.config/yadm/alt/.config/git/gitconfig.local##h.maus b/.config/yadm/alt/.config/git/gitconfig.local##h.maus
new file mode 100644
index 0000000..719ec3b
--- /dev/null
+++ b/.config/yadm/alt/.config/git/gitconfig.local##h.maus
@@ -0,0 +1,4 @@
1[user]
2 name = Yigit Sever
3 email = yigit@ceng.metu.edu.tr
4 signingkey = B87B63C533C38A88
diff --git a/.config/yadm/alt/.config/git/gitconfig.local##h.qualle b/.config/yadm/alt/.config/git/gitconfig.local##h.qualle
new file mode 100644
index 0000000..b89436c
--- /dev/null
+++ b/.config/yadm/alt/.config/git/gitconfig.local##h.qualle
@@ -0,0 +1,4 @@
1[user]
2 name = Yigit Sever
3 email = yigit@ceng.metu.edu.tr
4 signingkey = 29515969
diff --git a/.gitconfig##h.luchs b/.gitconfig##h.luchs
deleted file mode 100644
index 292431f..0000000
--- a/.gitconfig##h.luchs
+++ /dev/null
@@ -1,77 +0,0 @@
1[user]
2 name = Yigit Sever
3 email = yigit@yigitsever.com
4 signingkey = 1FCC8C71
5[core]
6 autocrlf = input
7 safecrlf = true
8 excludesfile = ~/.cvsignore
9[alias]
10 co = checkout
11 ci = commit
12 st = status
13 br = branch
14 type = cat-file -t
15 dump = cat-file -p
16 adog = log --all --decorate --oneline --graph
17 hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
18 sl = log --oneline --decorate -20
19 sla = log --oneline --decorate --graph --all -20
20 branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes
21 dft = difftool
22[credential]
23 helper = cache --timeout=3600
24[color]
25 ui = true
26[color "diff-highlight"]
27 oldNormal = red bold
28 oldHighlight = red bold 52
29 newNormal = green bold
30 newHighlight = green bold 22
31[color "diff"]
32 meta = yellow
33 frag = magenta bold
34 commit = yellow bold
35 old = red bold
36 new = green bold
37 whitespace = red reverse
38[commit]
39 gpgsign = true
40[sendemail]
41 smtpserver = /usr/bin/msmtp
42 smtpserveroption = -a
43 smtpserveroption = ceng_argor
44[pull]
45 ff = only
46[init]
47 defaultBranch = main
48[diff]
49 tool = difftastic
50[difftool]
51 prompt = false
52[difftool "difftastic"]
53 cmd = difft "$LOCAL" "$REMOTE"
54[pager]
55 difftool = true
56 diff = delta
57 log = delta
58 reflog = delta
59 show = delta
60[interactive]
61 diffFilter = delta --color-only
62[delta]
63 features = line-numbers decorations side-by-side
64 plus-style = syntax "#003800"
65 minus-style = syntax "#3f0001"
66[delta "decorations"]
67 commit-decoration-style = bold yellow box ul
68 file-style = bold yellow ul
69 file-decoration-style = none
70 hunk-header-decoration-style = cyan box ul
71[delta "line-numbers"]
72 line-numbers-left-style = cyan
73 line-numbers-right-style = cyan
74 line-numbers-minus-style = 124
75 line-numbers-plus-style = 28
76[credential "https://git.overleaf.com"]
77 helper = !pass overleaf/git
diff --git a/.gitconfig##h.maus b/.gitconfig##h.maus
deleted file mode 100644
index f691e48..0000000
--- a/.gitconfig##h.maus
+++ /dev/null
@@ -1,77 +0,0 @@
1[user]
2 name = Yigit Sever
3 email = yigit@ceng.metu.edu.tr
4 signingkey = B87B63C533C38A88
5[core]
6 autocrlf = input
7 safecrlf = true
8 excludesfile = ~/.cvsignore
9[alias]
10 co = checkout
11 ci = commit
12 st = status
13 br = branch
14 type = cat-file -t
15 dump = cat-file -p
16 adog = log --all --decorate --oneline --graph
17 hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
18 sl = log --oneline --decorate -20
19 sla = log --oneline --decorate --graph --all -20
20 branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes
21 dft = difftool
22[credential]
23 helper = cache --timeout=3600
24[color]
25 ui = true
26[color "diff-highlight"]
27 oldNormal = red bold
28 oldHighlight = red bold 52
29 newNormal = green bold
30 newHighlight = green bold 22
31[color "diff"]
32 meta = yellow
33 frag = magenta bold
34 commit = yellow bold
35 old = red bold
36 new = green bold
37 whitespace = red reverse
38[commit]
39 gpgsign = true
40[sendemail]
41 smtpserver = /usr/bin/msmtp
42 smtpserveroption = -a
43 smtpserveroption = ceng_argor
44[pull]
45 ff = only
46[init]
47 defaultBranch = main
48[diff]
49 tool = difftastic
50[difftool]
51 prompt = false
52[difftool "difftastic"]
53 cmd = difft "$LOCAL" "$REMOTE"
54[pager]
55 difftool = true
56 diff = delta
57 log = delta
58 reflog = delta
59 show = delta
60[interactive]
61 diffFilter = delta --color-only
62[delta]
63 features = line-numbers decorations side-by-side
64 plus-style = syntax "#003800"
65 minus-style = syntax "#3f0001"
66[delta "decorations"]
67 commit-decoration-style = bold yellow box ul
68 file-style = bold yellow ul
69 file-decoration-style = none
70 hunk-header-decoration-style = cyan box ul
71[delta "line-numbers"]
72 line-numbers-left-style = cyan
73 line-numbers-right-style = cyan
74 line-numbers-minus-style = 124
75 line-numbers-plus-style = 28
76[credential "https://git.overleaf.com"]
77 helper = !pass overleaf/git