-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfigs.lua
More file actions
53 lines (53 loc) · 943 Bytes
/
configs.lua
File metadata and controls
53 lines (53 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
return {
alacritty = {
path = "~/.config/alacritty",
},
bat = {
path = "~/.config/bat",
},
clangd = {
path = "~/.config/clangd",
},
codex = {
path = "~/.codex",
},
dunst = {
path = "~/.config/dunst",
},
fastfetch = {
path = "~/.config/fastfetch",
},
fish = {
path = "~/.config/fish",
},
gdb = {
path = "~/.config/gdb",
},
git = {
path = "~/.config/git",
},
kakoune = {
path = "~/.config/kak",
},
newsboat = {
path = "~/.config/newsboat",
},
nvim = {
path = "~/.config/nvim",
},
readline = {
path = "~/.config/readline",
},
rg = {
path = "~/.config/rg",
},
vim = {
path = "~/.config/vim",
},
X11 = {
path = "~/.config/X11",
},
zathura = {
path = "~/.config/zathura",
},
}