-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfile_map.json
55 lines (55 loc) · 1009 Bytes
/
file_map.json
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
[
{
"directory": "~",
"files": [
".bash_aliases",
".bash_functions",
".bashrc",
".gitconfig",
".inputrc",
".screenrc",
".tmux.conf",
".vimrc",
".hgrc",
".xsessionrc"
]
},
{
"directory": "~/.config/sublime-text/Packages/User",
"files": [
"Default (Linux).sublime-keymap",
"log.sublime-snippet",
"Preferences.sublime-settings"
]
},
{
"directory": "~/scripts",
"files": [
"cks",
"dedupe-errors.py",
"git-archive-branches",
"git-branch-uploaded",
"git-downstream-branch",
"git-squash-rebase",
"git-upstream-branch",
"s",
"setup-focus-shortcuts.py",
"setup-system-monitor-cpu-colours.py",
"ws"
]
},
{
"directory": "~/scripts/utils",
"files": [
"__init__.py",
"downstream_branches.py",
"pick.py"
]
},
{
"directory": "~/.vim/colors",
"files": [
"wombat256i.vim"
]
}
]