|
5 | 5 | "default": "../codify-homebrew-plugin/src/index.ts" |
6 | 6 | } |
7 | 7 | }, |
8 | | - { "type": "virtualenv" }, |
9 | | - { "type": "virtualenv-project", "dest": ".venv12", "cwd": "~/Projects/python-temp2", "automaticallyInstallRequirementsTxt": true }, |
10 | | - { "type": "pnpm", "version": "9.15.5", "globalEnvNodeVersion": "20.15" }, |
11 | | - { "type": "path", "path": "$HOME/.bun/bin"}, |
12 | | - { |
13 | | - "type": "path", |
14 | | - "paths": [ |
15 | | - "$PYENV_ROOT/bin", |
16 | | - "$BUN_INSTALL/bin", |
17 | | - "$DENO_INSTALL/bin", |
18 | | - "~/.jenv/bin", |
19 | | - "~/a/random/path", |
20 | | - "$NVM_DIR/.bin/2", |
21 | | - "$NVM_DIR/.bin/3" |
22 | | - ], |
23 | | - "declarationsOnly": true, |
24 | | - "name": "1" |
25 | | - }, |
26 | | - { |
27 | | - "type": "homebrew", |
28 | | - "taps": [ |
29 | | - "cirruslabs/cli", |
30 | | - "hashicorp/tap", |
31 | | - "homebrew/bundle", |
32 | | - "homebrew/services" |
33 | | - ], |
34 | | - "casks": [ |
35 | | - "android-commandlinetools", |
36 | | - "android-studio", |
37 | | - "mitmproxy" |
38 | | - ], |
39 | | - "formulae": [ |
40 | | - "ack", |
41 | | - "asciinema", |
42 | | - "cirrus", |
43 | | - "expect", |
44 | | - "git-lfs", |
45 | | - "groff", |
46 | | - "hyperfine", |
47 | | - "jenv", |
48 | | - "jq", |
49 | | - "mas", |
50 | | - "openjdk@11", |
51 | | - "openjdk@17", |
52 | | - "openjdk@21", |
53 | | - "packer", |
54 | | - "pgcli", |
55 | | - "postgresql@14", |
56 | | - "sshpass", |
57 | | - "tart", |
58 | | - "xz", |
59 | | - "zstd", |
60 | | - "f1bonacc1/tap/process-compose" |
61 | | - ] |
62 | | - }, |
63 | | - { "version":"1.10.5","type":"terraform" }, |
64 | | - { "type": "alias", "alias": "gcdsdd", "value": "git clone" }, |
65 | | - { |
66 | | - "type": "ssh-config", |
67 | | - "hosts": [ |
68 | | - { |
69 | | - "Host": "192.168.64.94", |
70 | | - "HostName": "192.168.64.94", |
71 | | - "User": "admin" |
72 | | - }, |
73 | | - { |
74 | | - "Host": "192.168.2.48", |
75 | | - "HostName": "192.168.2.48", |
76 | | - "User": "pi" |
77 | | - }, |
78 | | - { |
79 | | - "Host": "*", |
80 | | - "AddKeysToAgent": true, |
81 | | - "IdentityFile": "~/.ssh/id_ed25519" |
82 | | - }, |
83 | | - { |
84 | | - "Host": "ec2", |
85 | | - "HostName": "54.82.78.202", |
86 | | - "User": "ec2-user", |
87 | | - "IdentityFile": "~/.ssh/ed25519" |
88 | | - }, |
89 | | - { |
90 | | - "Host": "ec2-2", |
91 | | - "HostName": "35.153.180.154", |
92 | | - "User": "ec2-user", |
93 | | - "IdentityFile": "~/.ssh/ed25519" |
94 | | - } |
95 | | - ] |
96 | | - }, |
97 | | - { |
98 | | - "type": "ssh-key", |
99 | | - "fileName": "id_ed25519", |
100 | | - "passphrase": "", |
101 | | - "keyType": "ed25519" |
102 | | - }, |
103 | 8 | { |
104 | 9 | "type": "alias", |
105 | | - "alias": "gc", |
106 | | - "value": "git commit -v" |
107 | | - }, |
108 | | - { |
109 | | - "type": "pgcli" |
110 | | - }, |
111 | | - { |
112 | | - "type": "file", |
113 | | - "contents": "[\n\t{\n \"type\": \"homebrew\",\n \"taps\": [\n \"cirruslabs/cli\",\n \"hashicorp/tap\",\n \"homebrew/services\"\n ],\n \"formulae\": [\n \"asciinema\",\n \"cairo\",\n \"cirrus\",\n \"expect\",\n \"glib\",\n \"hyperfine\",\n \"icu4c\",\n \"jq\",\n \"mas\",\n \"packer\",\n \"sshpass\",\n \"tart\"\n ],\n \"casks\": [\n \t\"firefox\",\n \t\"notion\",\n \t\"sublime-text\",\n \t\"webstorm\",\n \t\"mac-mouse-fix\",\n \t\"wins\",\n \t\"warp\",\n \t\"hammerspoon\",\n \t\"rectangle\",\n \t\"alt-tab\",\n \t\"betterdisplay\",\n \t\"daisydisk\",\n \t\"visual-studio-code\"\n ]\n },\n\n\t{ \"type\": \"nvm\", \"nodeVersions\": [\"20\"], \"global\": \"20\" },\n\t{ \"type\": \"pyenv\", \"pythonVersions\": [\"3.12\", \"3.11\"], \"global\": \"3.11\" },\n\n\t{\n \"type\": \"ssh-key\",\n \"fileName\": \"id_ed25519\",\n \"passphrase\": \"\",\n \"folder\": \"/Users/kevinwang/.ssh\",\n \"keyType\": \"ed25519\"\n },\n { \"type\": \"terraform\" },\n { \"type\": \"git-clone\", \"directory\": \"~/projects/codify\", \"repository\": \"git@github.com:kevinwang5658/codify.git\" },\n { \"type\": \"git-clone\", \"directory\": \"~/projects/codify-web\", \"repository\": \"git@github.com:kevinwang5658/codify-web.git\" },\n\t{ \"type\": \"git-clone\", \"directory\": \"~/projects/codify-homebrew-plugin\", \"repository\": \"git@github.com:kevinwang5658/codify-homebrew-plugin.git\" },\n { \"type\": \"git-clone\", \"directory\": \"~/projects/codify-infrastructure\", \"repository\": \"git@github.com:kevinwang5658/codify-infrastructure.git\" },\n { \"type\": \"git-clone\", \"directory\": \"~/projects/codify-docs\", \"repository\": \"git@github.com:kevinwang5658/codify-docs.git\" },\n { \"type\": \"git-clone\", \"directory\": \"~/projects/codify-ink-form\", \"repository\": \"git@github.com:kevinwang5658/codify-ink-form.git\" },\n\n\n { \"type\": \"action\", \"condition\": \"[ -d node_modules ]\", \"action\": \"npm install\", \"cwd\": \"~/projects/codify\", \"dependsOn\": [\"git-clone.0\", \"nvm\"]},\n { \"type\": \"action\", \"condition\": \"[ -d node_modules ]\", \"action\": \"npm install\", \"cwd\": \"~/projects/codify-web\", \"dependsOn\": [\"git-clone.1\", \"nvm\"]},\n { \"type\": \"action\", \"condition\": \"[ -d node_modules ]\", \"action\": \"npm install\", \"cwd\": \"~/projects/codify-homebrew-plugin\", \"dependsOn\": [\"git-clone.2\", \"nvm\"]},\n { \"type\": \"action\", \"condition\": \"[ -d node_modules ]\", \"action\": \"npm install\", \"cwd\": \"~/projects/codify-docs\", \"dependsOn\": [\"git-clone.4\", \"nvm\"]},\n { \"type\": \"action\", \"condition\": \"[ -d node_modules ]\", \"action\": \"npm install\", \"cwd\": \"~/projects/codify-ink-form\", \"dependsOn\": [\"git-clone.5\", \"nvm\"]}\n]", |
114 | | - "path": "~/codify.json" |
115 | | - }, |
116 | | - { |
117 | | - "type": "aws-cli" |
118 | | - }, |
119 | | - { |
120 | | - "type": "git-repository", |
121 | | - "directory": "~/Projects/codify-homebrew-plugin", |
122 | | - "repository": "git@github.com:kevinwang5658/codify-homebrew-plugin.git" |
123 | | - }, |
124 | | - { |
125 | | - "type": "vscode" |
126 | | - }, |
127 | | - { |
128 | | - "type": "git-repository", |
129 | | - "directory": "~/Projects/codify-plugin-lib", |
130 | | - "repository": "git@github.com:kevinwang5658/codify-plugin-lib.git" |
131 | | - }, |
132 | | - { |
133 | | - "type": "git-repository", |
134 | | - "directory": "~/Projects/codify", |
135 | | - "repository": "git@github.com:kevinwang5658/codify.git" |
136 | | - }, |
137 | | - { |
138 | | - "type": "wait-github-ssh-key" |
139 | | - }, |
140 | | - { |
141 | | - "type": "git-lfs" |
142 | | - }, |
143 | | - { |
144 | | - "type": "pyenv", |
145 | | - "global": "3.11", |
146 | | - "pythonVersions": [ |
147 | | - "3.9.19", |
148 | | - "3.10.14", |
149 | | - "3.11.8", |
150 | | - "3.12.2" |
151 | | - ] |
152 | | - }, |
153 | | - { |
154 | | - "type": "git", |
155 | | - "email": "kevinwang5658@gmail.com", |
156 | | - "username": "kevinwang" |
157 | | - }, |
158 | | - { |
159 | | - "type": "android-studio", |
160 | | - "version": "2023.3.1.20" |
161 | | - }, |
162 | | - { |
163 | | - "type": "ssh-add", |
164 | | - "path": "~/.ssh/id_ed25519" |
165 | | - }, |
166 | | - { |
167 | | - "type": "jenv", |
168 | | - "add": [ |
169 | | - "11", |
170 | | - "17", |
171 | | - "21" |
172 | | - ], |
173 | | - "global": "17" |
174 | | - }, |
175 | | - { |
176 | | - "type": "aws-profile", |
177 | | - "awsAccessKeyId": "AKIATCKATKL55TT5UZ7P", |
178 | | - "awsSecretAccessKey": "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", |
179 | | - "profile": "codify", |
180 | | - "region": "us-east-1" |
181 | | - }, |
182 | | - { |
183 | | - "type": "git-repository", |
184 | | - "directory": "~/Projects/codify-homebrew-plugin", |
185 | | - "repository": "git@github.com:kevinwang5658/codify-homebrew-plugin.git" |
186 | | - }, |
187 | | - { |
188 | | - "type": "git-repository", |
189 | | - "directory": "~/Projects/codify-homebrew-plugin", |
190 | | - "repository": "git@github.com:kevinwang5658/codify-homebrew-plugin.git" |
191 | | - }, |
192 | | - { |
193 | | - "type": "git-repository", |
194 | | - "directory": "~/Projects/codify-homebrew-plugin", |
195 | | - "repository": "git@github.com:kevinwang5658/codify-homebrew-plugin.git" |
196 | | - }, |
197 | | - { |
198 | | - "type": "git-repository", |
199 | | - "directory": "~/Projects/codify-homebrew-plugin", |
200 | | - "repository": "git@github.com:kevinwang5658/codify-homebrew-plugin.git" |
201 | | - }, |
202 | | - { |
203 | | - "type": "git-repository", |
204 | | - "directory": "~/Projects/codify-homebrew-plugin", |
205 | | - "repository": "git@github.com:kevinwang5658/codify-homebrew-plugin.git" |
206 | | - }, |
207 | | - { |
208 | | - "type": "git-repository", |
209 | | - "directory": "~/Projects/codify-homebrew-plugin", |
210 | | - "repository": "git@github.com:kevinwang5658/codify-homebrew-plugin.git" |
211 | | - }, |
212 | | - { |
213 | | - "type": "git-repository", |
214 | | - "directory": "~/Projects/codify-homebrew-plugin", |
215 | | - "repository": "git@github.com:kevinwang5658/codify-homebrew-plugin.git" |
| 10 | + "alias": "la", |
| 11 | + "value": "ls" |
216 | 12 | } |
217 | 13 | ] |
0 commit comments