Skip to content

Commit 2616c37

Browse files
committed
fixup! feat(cli): ripgrep config
1 parent ebfabd9 commit 2616c37

1 file changed

Lines changed: 112 additions & 5 deletions

File tree

root/private_dot_config/ripgreprc

Lines changed: 112 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
1-
# Add 'sprig' type.
1+
# ZSH files
22
--type-add
3-
sprig:*.tmpl
3+
zsh:.zpreztorc
4+
5+
--type-add
6+
zsh:zpreztorc
7+
8+
# Docker Compose
9+
--type-add
10+
dockercompose:compose.*.yml
11+
12+
--type-add
13+
dockercompose:compose.yml
414

515
# Chezmoi files
616
--type-add
717
chezmoi:.chezmoi*
818

19+
# Add 'gotmpl' type.
20+
--type-add
21+
gotmpl:*.tmpl
22+
923
# myrepos files
1024
--type-add
1125
myrepos:*mrconfig*
@@ -18,8 +32,101 @@ myrepos:[0-9][0-9]-*
1832

1933
# git repo files
2034
--type-add
21-
mygitrepo:.git/{*/*,COMMIT*,*HEAD,MERGE*,index,*refs,shallow}
35+
mygitrepo:*applypatch
36+
37+
--type-add
38+
mygitrepo:*applypatch.sample
39+
40+
--type-add
41+
mygitrepo:*checkout
42+
43+
--type-add
44+
mygitrepo:*checkout.sample
45+
46+
--type-add
47+
mygitrepo:*commit
48+
49+
--type-add
50+
mygitrepo:COMMIT*
51+
52+
--type-add
53+
mygitrepo:*commit.sample
54+
55+
--type-add
56+
mygitrepo:commondir
57+
58+
--type-add
59+
mygitrepo:config
60+
61+
--type-add
62+
mygitrepo:description
63+
64+
--type-add
65+
mygitrepo:develop
66+
67+
--type-add
68+
mygitrepo:exclude
69+
70+
--type-add
71+
mygitrepo:.git*
72+
73+
--type-add
74+
mygitrepo:gitdir
75+
76+
--type-add
77+
mygitrepo:gitk*
2278

23-
# Using glob patterns to include/exclude files or folders
24-
# --glob=!.git/*
79+
--type-add
80+
mygitrepo:*HEAD
81+
82+
--type-add
83+
mygitrepo:index
84+
85+
--type-add
86+
mygitrepo:main
87+
88+
--type-add
89+
mygitrepo:master
90+
91+
--type-add
92+
mygitrepo:*MERGE*
93+
94+
--type-add
95+
mygitrepo:*msg
96+
97+
--type-add
98+
mygitrepo:*MSG
99+
100+
--type-add
101+
mygitrepo:*msg.sample
102+
103+
--type-add
104+
mygitrepo:*push
105+
106+
--type-add
107+
mygitrepo:*push.sample
108+
109+
--type-add
110+
mygitrepo:*rebase
111+
112+
--type-add
113+
mygitrepo:*rebase.sample
114+
115+
--type-add
116+
mygitrepo:*receive
117+
118+
--type-add
119+
mygitrepo:*receive.sample
120+
121+
--type-add
122+
mygitrepo:*refs
123+
124+
--type-add
125+
mygitrepo:shallow
126+
127+
--type-add
128+
mygitrepo:*update
129+
130+
--type-add
131+
mygitrepo:*update.sample
25132

0 commit comments

Comments
 (0)