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