-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcnct.json
108 lines (108 loc) · 3.18 KB
/
cnct.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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"$schema": "https://raw.githubusercontent.com/bgold09/cnct/develop/schema/vNext/cnctConfig.json",
"actions": [
{
"actionType": "shell",
"os": "windows",
"shell": "powershell",
"command": "./bootstrap/bootstrap.ps1",
"silent": false
},
{
"actionType": "link",
"force": true,
"links": {
"bash": {
"unix": null
},
"bash/bashrc": {
"unix": null
},
"bash/bash_profile": {
"unix": null
},
"bin-windows": {
"windows": "~/bin"
},
"editors/vscode-settings.json": {
"windows": "~/AppData/Roaming/Code/User/settings.json",
"linux": "~/.config/Code/User/settings.json",
"osx": "~/Library/Application Support/Code/User/settings.json"
},
"git": "~/.gitfiles",
"git/base.gitconfig": "~/.gitconfig",
"git/gitignore": null,
"git/os-linux.gitconfig": {
"linux": "~/.os.gitconfig"
},
"git/os-windows.gitconfig": {
"windows": "~/.os.gitconfig"
},
"git/os-osx.gitconfig": {
"osx": "~/.os.gitconfig"
},
"powershell/profile.ps1": {
"linux": "~/.config/powershell/profile.ps1",
"windows": [
"~/Documents/WindowsPowerShell/profile.ps1",
"~/Documents/PowerShell/profile.ps1"
]
},
"powershell/aliases.ps1": {
"linux": "~/.config/powershell/aliases.ps1",
"windows": [
"~/Documents/WindowsPowerShell/aliases.ps1",
"~/Documents/PowerShell/aliases.ps1"
]
},
"powershell/functions": {
"linux": "~/.config/powershell/functions",
"windows": [
"~/Documents/WindowsPowerShell/functions",
"~/Documents/PowerShell/functions"
]
},
"windows/windowsterminal-settings.json": {
"windows": "~/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json"
},
"windows/winget.json": {
"windows": "~/AppData/Local/Packages/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe/LocalState/settings.json"
},
"python/pythonrc.py": null,
"system/bat.config": {
"windows": "~/AppData/Roaming/bat/config"
},
"system/dircolors": null,
"system/inputrc": {
"unix": null
},
"system/wgetrc": {
"unix": null
},
"tmux/tmux.conf": {
"unix": null
},
"vim": null,
"vim/base.vimrc": null,
"vim/gvimrc": {
"windows": [ "~/_gvimrc", "~/Appdata/Local/nvim/ginit.vim" ]
},
"vim/vimrc": {
"windows": [ "~/_vimrc", "~/Appdata/Local/nvim/init.vim" ],
"unix": null
},
"vim/plugins.lua": {
"windows": "~/Appdata/Local/nvim/lua/plugins.lua",
"unix": "~/.config/nvim/lua/plugins.lua"
},
"vim/ideavimrc": null,
"windows/vsvimrc": {
"windows": "~/_vsvimrc"
},
"windows/ConEmu.xml": {
"windows": "~/AppData/Roaming/ConEmu.xml"
}
}
}
]
}