-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathteer.json
More file actions
95 lines (80 loc) · 1.83 KB
/
teer.json
File metadata and controls
95 lines (80 loc) · 1.83 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"Shell Scripts" : {
"local_path" : "shell",
"exec" : "bash $DOTFILES_REPOSITORY/shell/add_source.sh",
"files" : {
"bashpd.sh" : ".bashpd"
}
},
"Git" : {
"files" : {
"gitconfig" : ".gitconfig"
}
},
"Kitty Terminal" : {
"local_path" : "kitty",
"remote_path" : "~/.config/kitty"
},
"Yazi File Manager" : {
"local_path" : "yazi",
"remote_path" : "~/.config/yazi",
"launch_file" : "yazi.desktop"
},
"Lunar Vim" : {
"local_path" : "lvim",
"remote_path" : "~/.config/lvim",
"launch_file" : "lvim.desktop"
},
"Neovim" : {
"local_path" : "nvim",
"remote_path": "~/.config/nvim"
},
"Vim" : {
"local_path" : "nvim",
"files": {
"init.vim": ".vimrc"
}
},
"Postgresql" : {
"files" : {
"psqlrc" : ".psqlrc"
}
},
"LF File Manager" : {
"local_path" : "lf",
"remote_path" : "~/.config/lf"
},
"Tig" : {
"files" : {
"tigrc" : ".tigrc"
}
},
"Byobu" : {
"local_path" : "byobu",
"remote_path" : "~/.byobu"
},
"FZF Script" : {
"local_path" : "shell",
"remote_path" : "~/usr/bin/",
"files" : {
"fzf_script.sh" : "f"
}
},
"Spotify TUI" : {
"local_path" : "ncspot",
"remote_path" : "~/.config/ncspot"
},
"Kanata" : {
"local_path" : "kanata",
"remote_path" : "~/.config/kanata",
"exec" : "sudo bash $DOTFILES_REPOSITORY/kanata/setup.sh",
"files" : {
"config.kbd" : "config.kbd",
"kanata.service" : "kanata.service"
}
},
"Devils Pie 2" : {
"local_path" : "devilspie2",
"remote_path" : "~/.config/devilspie2"
}
}