-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusage.json
158 lines (158 loc) · 5.24 KB
/
usage.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
[
{
"title": "Homebrew Installation",
"key": "wsd_install_brew",
"link": ["https://brew.sh"],
"enabled": false
},
{
"title": "Homebrew Uninstallation",
"key": "wsd_uninstall_brew",
"link": ["https://brew.sh"],
"enabled": true
},
{
"title": "Git Installation",
"key": "wsd_install_git",
"link": [
"https://www.atlassian.com/git/tutorials/install-git#install-the-git-credential-osx"
],
"enabled": true
},
{
"title": "Git Credentials Configuration",
"key": "wsd_install_git_credentials",
"link": [
"https://www.atlassian.com/git/tutorials/install-git#install-the-git-credential-osx"
],
"enabled": true
},
{
"title": "List Global Git Configurations",
"key": "wsd_list_git_configs",
"link": [
"https://www.atlassian.com/git/tutorials/install-git#install-the-git-credential-osx"
],
"enabled": true
},
{
"title": "Zsh Installation",
"key": "wsd_install_zsh",
"link": [
"https://www.freecodecamp.org/news/how-to-configure-your-macos-terminal-with-zsh-like-a-pro-c0ab3f3c1156/",
"https://magz.techover.io/2020/02/29/cai-thien-terminal-mac-dinh-cua-macos-voi-zsh-va-zsh-autosuggestions/",
"https://dev.to/devsk1207/how-to-setup-zsh-on-mac-terminal-37dj"
],
"enabled": true
},
{
"title": "Zsh Uninstallation",
"key": "wsd_uninstall_zsh",
"link": [
"https://www.freecodecamp.org/news/how-to-configure-your-macos-terminal-with-zsh-like-a-pro-c0ab3f3c1156/",
"https://magz.techover.io/2020/02/29/cai-thien-terminal-mac-dinh-cua-macos-voi-zsh-va-zsh-autosuggestions/",
"https://dev.to/devsk1207/how-to-setup-zsh-on-mac-terminal-37dj"
],
"enabled": true
},
{
"title": "Add a Secret to Configuration",
"key": "wsd_add_secret",
"link": [],
"enabled": true
},
{
"title": "Retrieve a Secret",
"key": "wsd_get_secret",
"link": [],
"enabled": true
},
{
"title": "Retrieve All Secrets",
"key": "wsd_get_all_secret",
"link": [],
"enabled": true
},
{
"title": "Remove a Secret",
"key": "wsd_remove_secret",
"link": [],
"enabled": true
},
{
"title": "Backup Secrets",
"key": "wsd_bak_secret",
"link": [],
"enabled": true
},
{
"title": "Java JDK(8) Installation",
"key": "wsd_install_jdk8",
"link": [
"https://mkyong.com/java/how-to-install-java-on-mac-osx/#homebrew-install-a-specified-java-adoptopenjdk-on-macos",
"https://stackoverflow.com/questions/24342886/how-to-install-java-8-on-mac"
],
"enabled": true
},
{
"title": "Java JDK(8) Uninstallation",
"key": "wsd_uninstall_jdk8",
"link": [
"https://mkyong.com/java/how-to-install-java-on-mac-osx/#homebrew-install-a-specified-java-adoptopenjdk-on-macos",
"https://stackoverflow.com/questions/24342886/how-to-install-java-8-on-mac"
],
"enabled": true
},
{
"title": "Oh-My-Zsh Installation",
"key": "wsd_install_oh_my_zsh",
"link": [
"https://www.freecodecamp.org/news/how-to-configure-your-macos-terminal-with-zsh-like-a-pro-c0ab3f3c1156/",
"https://magz.techover.io/2020/02/29/cai-thien-terminal-mac-dinh-cua-macos-voi-zsh-va-zsh-autosuggestions/",
"https://dev.to/devsk1207/how-to-setup-zsh-on-mac-terminal-37dj"
],
"enabled": true
},
{
"title": "Oh-My-Zsh Uninstallation",
"key": "wsd_uninstall_oh_my_zsh",
"link": [
"https://www.freecodecamp.org/news/how-to-configure-your-macos-terminal-with-zsh-like-a-pro-c0ab3f3c1156/",
"https://magz.techover.io/2020/02/29/cai-thien-terminal-mac-dinh-cua-macos-voi-zsh-va-zsh-autosuggestions/",
"https://dev.to/devsk1207/how-to-setup-zsh-on-mac-terminal-37dj"
],
"enabled": true
},
{
"title": "Zsh Autosuggestions Installation (Optional)",
"key": "wsd_install_zsh_autosuggestions",
"link": [
"https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md",
"https://www.freecodecamp.org/news/how-to-configure-your-macos-terminal-with-zsh-like-a-pro-c0ab3f3c1156/",
"https://magz.techover.io/2020/02/29/cai-thien-terminal-mac-dinh-cua-macos-voi-zsh-va-zsh-autosuggestions/",
"https://dev.to/devsk1207/how-to-setup-zsh-on-mac-terminal-37dj"
],
"enabled": true
},
{
"title": "Zsh Syntax Highlighting Installation (Optional)",
"key": "wsd_install_zsh_syntax_highlighting",
"link": [
"https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md",
"https://www.freecodecamp.org/news/how-to-configure-your-macos-terminal-with-zsh-like-a-pro-c0ab3f3c1156/",
"https://magz.techover.io/2020/02/29/cai-thien-terminal-mac-dinh-cua-macos-voi-zsh-va-zsh-autosuggestions/",
"https://dev.to/devsk1207/how-to-setup-zsh-on-mac-terminal-37dj"
],
"enabled": true
},
{
"title": "PowerLevel10k Oh-My-Zsh Customization (Optional)",
"key": "wsd_customize_theme_oh_my_zsh",
"link": [
"https://www.freecodecamp.org/news/how-to-configure-your-macos-terminal-with-zsh-like-a-pro-c0ab3f3c1156/",
"https://magz.techover.io/2020/02/29/cai-thien-terminal-mac-dinh-cua-macos-voi-zsh-va-zsh-autosuggestions/",
"https://dev.to/devsk1207/how-to-setup-zsh-on-mac-terminal-37dj"
],
"enabled": true
}
]