this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add yadm env config and fixup "open in code" wflow

+688 -7
+4
.config/fish/conf.d/50-config.fish
··· 1 + if test -f ~/.config/yadm/env 2 + source ~/.config/yadm/env 3 + end 4 + 1 5 set -gx GOPATH ~/go 2 6 3 7 set -gx PYP_CONFIG_PATH ~/.config/pyp.py
+3 -3
.config/vscode/extensions.txt
··· 16 16 codeout.vscode-junos@0.2.6 17 17 codezombiech.gitignore@0.9.0 18 18 corewa-rs.redcode@0.2.0 19 - d-biehl.robotcode@0.18.0 19 + d-biehl.robotcode@0.20.0 20 20 dan-c-underwood.arm@1.7.4 21 21 DavidAnson.vscode-markdownlint@0.48.1 22 22 dfarley1.file-picker@0.2.0 ··· 80 80 redhat.vscode-yaml@1.10.1 81 81 ria.elastic@0.13.3 82 82 richie5um2.vscode-sort-json@1.20.0 83 - rioj7.command-variable@1.45.0 83 + rioj7.command-variable@1.46.0 84 84 ritwickdey.LiveServer@5.7.9 85 - robocorp.robotframework-lsp@1.6.0 85 + robocorp.robotframework-lsp@1.7.3 86 86 RReverser.llvm@0.1.1 87 87 rust-lang.rust-analyzer@0.3.1348 88 88 ryanluker.vscode-coverage-gutters@2.10.2
+8
.config/yadm/alt/.config/yadm/env##template.default,extension.env
··· 1 + # Sourceable environment variables from yadm values 2 + export YADM_ARCH={{ yadm.arch }} 3 + export YADM_CLASS={{ yadm.class }} 4 + export YADM_DISTRO={{ yadm.distro }} 5 + export YADM_DISTRO_FAMILY={{ yadm.distro_family }} 6 + export YADM_HOSTNAME={{ yadm.hostname }} 7 + export YADM_OS={{ yadm.os }} 8 + export YADM_USER={{ yadm.user }}
.config/yadm/alt/.gitconfig.local##class.work,hostname.juniper .config/yadm/alt/.gitconfig.local##class.work,hostname.ichamberlain-mbp
.config/yadm/alt/.ssh/known_hosts##class.work

This is a binary file and will not be displayed.

+673 -4
Library/Services/Open in Visual Studio Code.workflow/Contents/document.wflow
··· 18 18 <key>Container</key> 19 19 <string>List</string> 20 20 <key>Optional</key> 21 + <true/> 22 + <key>Types</key> 23 + <array> 24 + <string>com.apple.cocoa.path</string> 25 + </array> 26 + </dict> 27 + <key>AMActionVersion</key> 28 + <string>1.1.2</string> 29 + <key>AMApplication</key> 30 + <array> 31 + <string>Finder</string> 32 + </array> 33 + <key>AMParameterProperties</key> 34 + <dict> 35 + <key>fileNames</key> 36 + <dict/> 37 + </dict> 38 + <key>AMProvides</key> 39 + <dict> 40 + <key>Container</key> 41 + <string>List</string> 42 + <key>Types</key> 43 + <array> 44 + <string>com.apple.cocoa.path</string> 45 + </array> 46 + </dict> 47 + <key>ActionBundlePath</key> 48 + <string>/System/Library/Automator/Get Specified Finder Items.action</string> 49 + <key>ActionName</key> 50 + <string>Get Specified Finder Items</string> 51 + <key>ActionParameters</key> 52 + <dict> 53 + <key>fileNames</key> 54 + <array> 55 + <string>~/Downloads</string> 56 + </array> 57 + </dict> 58 + <key>BundleIdentifier</key> 59 + <string>com.apple.Automator.SpecifiedFiles</string> 60 + <key>CFBundleVersion</key> 61 + <string>1.1.2</string> 62 + <key>CanShowSelectedItemsWhenRun</key> 63 + <false/> 64 + <key>CanShowWhenRun</key> 65 + <true/> 66 + <key>Category</key> 67 + <array> 68 + <string>AMCategoryFilesAndFolders</string> 69 + </array> 70 + <key>Class Name</key> 71 + <string>SpecifiedFilesAction</string> 72 + <key>Disabled</key> 73 + <true/> 74 + <key>InputUUID</key> 75 + <string>4DFB5D8D-6DBD-429A-84BA-6D5427F49498</string> 76 + <key>Keywords</key> 77 + <array> 78 + <string>File</string> 79 + <string>Choose</string> 80 + <string>Find</string> 81 + <string>Get</string> 82 + </array> 83 + <key>OutputUUID</key> 84 + <string>1BD669F5-1B44-41BD-9BD0-B96CA05B80CE</string> 85 + <key>UUID</key> 86 + <string>9EB9CB8E-AB05-4D90-9857-28CFD8915487</string> 87 + <key>UnlocalizedApplications</key> 88 + <array> 89 + <string>Finder</string> 90 + </array> 91 + <key>arguments</key> 92 + <dict> 93 + <key>0</key> 94 + <dict> 95 + <key>default value</key> 96 + <array/> 97 + <key>name</key> 98 + <string>fileNames</string> 99 + <key>required</key> 100 + <string>0</string> 101 + <key>type</key> 102 + <string>0</string> 103 + <key>uuid</key> 104 + <string>0</string> 105 + </dict> 106 + </dict> 107 + <key>conversionLabel</key> 108 + <integer>0</integer> 109 + <key>isViewVisible</key> 110 + <integer>0</integer> 111 + <key>location</key> 112 + <string>761.500000:164.000000</string> 113 + <key>nibPath</key> 114 + <string>/System/Library/Automator/Get Specified Finder Items.action/Contents/Resources/Base.lproj/main.nib</string> 115 + </dict> 116 + <key>isViewVisible</key> 117 + <integer>0</integer> 118 + </dict> 119 + <dict> 120 + <key>action</key> 121 + <dict> 122 + <key>AMAccepts</key> 123 + <dict> 124 + <key>Container</key> 125 + <string>List</string> 126 + <key>Optional</key> 127 + <false/> 128 + <key>Types</key> 129 + <array> 130 + <string>*</string> 131 + </array> 132 + </dict> 133 + <key>AMActionVersion</key> 134 + <string>v.1.0.2</string> 135 + <key>AMApplication</key> 136 + <array> 137 + <string>Automator</string> 138 + </array> 139 + <key>AMParameterProperties</key> 140 + <dict> 141 + <key>variableUUID</key> 142 + <dict> 143 + <key>isPathPopUp</key> 144 + <false/> 145 + <key>selectedVariableUUID</key> 146 + <string>284AD173-5A8A-4DE8-8A90-F263EB8E6F02</string> 147 + <key>variableUUIDsInMenu</key> 148 + <array/> 149 + </dict> 150 + </dict> 151 + <key>AMProvides</key> 152 + <dict> 153 + <key>Container</key> 154 + <string>List</string> 155 + <key>Types</key> 156 + <array> 157 + <string>*</string> 158 + </array> 159 + </dict> 160 + <key>AMRequiredResources</key> 161 + <array/> 162 + <key>ActionBundlePath</key> 163 + <string>/System/Library/Automator/Set Value of Variable.action</string> 164 + <key>ActionName</key> 165 + <string>Set Value of Variable</string> 166 + <key>ActionParameters</key> 167 + <dict> 168 + <key>variableUUID</key> 169 + <string>284AD173-5A8A-4DE8-8A90-F263EB8E6F02</string> 170 + </dict> 171 + <key>BundleIdentifier</key> 172 + <string>com.apple.Automator.SetValueofVariable</string> 173 + <key>CFBundleVersion</key> 174 + <string>1.0.2</string> 175 + <key>CanShowSelectedItemsWhenRun</key> 176 + <true/> 177 + <key>CanShowWhenRun</key> 178 + <true/> 179 + <key>Category</key> 180 + <array> 181 + <string>AMCategoryUtilities</string> 182 + </array> 183 + <key>Class Name</key> 184 + <string>Set_Value_of_Variable</string> 185 + <key>InputUUID</key> 186 + <string>F2A958DA-9C84-4AFF-945D-F4143EC68994</string> 187 + <key>Keywords</key> 188 + <array> 189 + <string>variable</string> 190 + <string>binding</string> 191 + <string>input</string> 192 + <string>output</string> 193 + <string>storage</string> 194 + </array> 195 + <key>OutputUUID</key> 196 + <string>A29AEB98-CE83-4AD4-BBBC-B12C497B08B1</string> 197 + <key>UUID</key> 198 + <string>18A4400B-FFFD-49C1-8415-E6DC1098093B</string> 199 + <key>UnlocalizedApplications</key> 200 + <array> 201 + <string>Automator</string> 202 + </array> 203 + <key>arguments</key> 204 + <dict> 205 + <key>0</key> 206 + <dict> 207 + <key>default value</key> 208 + <string></string> 209 + <key>name</key> 210 + <string>variableUUID</string> 211 + <key>required</key> 212 + <string>0</string> 213 + <key>type</key> 214 + <string>0</string> 215 + <key>uuid</key> 216 + <string>0</string> 217 + </dict> 218 + </dict> 219 + <key>conversionLabel</key> 220 + <integer>0</integer> 221 + <key>isViewVisible</key> 222 + <integer>1</integer> 223 + <key>location</key> 224 + <string>761.500000:447.000000</string> 225 + <key>nibPath</key> 226 + <string>/System/Library/Automator/Set Value of Variable.action/Contents/Resources/Base.lproj/main.nib</string> 227 + </dict> 228 + <key>isViewVisible</key> 229 + <integer>1</integer> 230 + </dict> 231 + <dict> 232 + <key>action</key> 233 + <dict> 234 + <key>AMAccepts</key> 235 + <dict> 236 + <key>Container</key> 237 + <string>List</string> 238 + <key>Optional</key> 239 + <true/> 240 + <key>Types</key> 241 + <array> 242 + <string>com.apple.cocoa.string</string> 243 + </array> 244 + </dict> 245 + <key>AMActionVersion</key> 246 + <string>2.0.3</string> 247 + <key>AMApplication</key> 248 + <array> 249 + <string>Automator</string> 250 + </array> 251 + <key>AMParameterProperties</key> 252 + <dict> 253 + <key>COMMAND_STRING</key> 254 + <dict/> 255 + <key>CheckedForUserDefaultShell</key> 256 + <dict/> 257 + <key>inputMethod</key> 258 + <dict/> 259 + <key>shell</key> 260 + <dict/> 261 + <key>source</key> 262 + <dict/> 263 + </dict> 264 + <key>AMProvides</key> 265 + <dict> 266 + <key>Container</key> 267 + <string>List</string> 268 + <key>Types</key> 269 + <array> 270 + <string>com.apple.cocoa.string</string> 271 + </array> 272 + </dict> 273 + <key>ActionBundlePath</key> 274 + <string>/System/Library/Automator/Run Shell Script.action</string> 275 + <key>ActionName</key> 276 + <string>Run Shell Script</string> 277 + <key>ActionParameters</key> 278 + <dict> 279 + <key>COMMAND_STRING</key> 280 + <string>if test -e "/Applications/Visual Studio Code.app"; then 281 + echo "/Applications/Visual Studio Code.app" 282 + else 283 + echo "$HOME/Applications/Visual Studio Code.app" 284 + fi</string> 285 + <key>CheckedForUserDefaultShell</key> 286 + <true/> 287 + <key>inputMethod</key> 288 + <integer>1</integer> 289 + <key>shell</key> 290 + <string>/bin/bash</string> 291 + <key>source</key> 292 + <string></string> 293 + </dict> 294 + <key>BundleIdentifier</key> 295 + <string>com.apple.RunShellScript</string> 296 + <key>CFBundleVersion</key> 297 + <string>2.0.3</string> 298 + <key>CanShowSelectedItemsWhenRun</key> 299 + <false/> 300 + <key>CanShowWhenRun</key> 301 + <true/> 302 + <key>Category</key> 303 + <array> 304 + <string>AMCategoryUtilities</string> 305 + </array> 306 + <key>Class Name</key> 307 + <string>RunShellScriptAction</string> 308 + <key>IgnoresInput</key> 309 + <true/> 310 + <key>InputUUID</key> 311 + <string>AFF4FA22-C660-406C-976F-6D61368D44A5</string> 312 + <key>Keywords</key> 313 + <array> 314 + <string>Shell</string> 315 + <string>Script</string> 316 + <string>Command</string> 317 + <string>Run</string> 318 + <string>Unix</string> 319 + </array> 320 + <key>OutputUUID</key> 321 + <string>E14BE793-96CF-415E-AD04-258343152AA9</string> 322 + <key>UUID</key> 323 + <string>E60AF7B7-7423-4E08-9CA2-7D138D55D0BF</string> 324 + <key>UnlocalizedApplications</key> 325 + <array> 326 + <string>Automator</string> 327 + </array> 328 + <key>arguments</key> 329 + <dict> 330 + <key>0</key> 331 + <dict> 332 + <key>default value</key> 333 + <integer>0</integer> 334 + <key>name</key> 335 + <string>inputMethod</string> 336 + <key>required</key> 337 + <string>0</string> 338 + <key>type</key> 339 + <string>0</string> 340 + <key>uuid</key> 341 + <string>0</string> 342 + </dict> 343 + <key>1</key> 344 + <dict> 345 + <key>default value</key> 346 + <false/> 347 + <key>name</key> 348 + <string>CheckedForUserDefaultShell</string> 349 + <key>required</key> 350 + <string>0</string> 351 + <key>type</key> 352 + <string>0</string> 353 + <key>uuid</key> 354 + <string>1</string> 355 + </dict> 356 + <key>2</key> 357 + <dict> 358 + <key>default value</key> 359 + <string></string> 360 + <key>name</key> 361 + <string>source</string> 362 + <key>required</key> 363 + <string>0</string> 364 + <key>type</key> 365 + <string>0</string> 366 + <key>uuid</key> 367 + <string>2</string> 368 + </dict> 369 + <key>3</key> 370 + <dict> 371 + <key>default value</key> 372 + <string></string> 373 + <key>name</key> 374 + <string>COMMAND_STRING</string> 375 + <key>required</key> 376 + <string>0</string> 377 + <key>type</key> 378 + <string>0</string> 379 + <key>uuid</key> 380 + <string>3</string> 381 + </dict> 382 + <key>4</key> 383 + <dict> 384 + <key>default value</key> 385 + <string>/bin/sh</string> 386 + <key>name</key> 387 + <string>shell</string> 388 + <key>required</key> 389 + <string>0</string> 390 + <key>type</key> 391 + <string>0</string> 392 + <key>uuid</key> 393 + <string>4</string> 394 + </dict> 395 + </dict> 396 + <key>conversionLabel</key> 397 + <integer>0</integer> 398 + <key>isViewVisible</key> 399 + <integer>1</integer> 400 + <key>location</key> 401 + <string>761.500000:685.000000</string> 402 + <key>nibPath</key> 403 + <string>/System/Library/Automator/Run Shell Script.action/Contents/Resources/Base.lproj/main.nib</string> 404 + </dict> 405 + <key>isViewVisible</key> 406 + <integer>1</integer> 407 + </dict> 408 + <dict> 409 + <key>action</key> 410 + <dict> 411 + <key>AMAccepts</key> 412 + <dict> 413 + <key>Container</key> 414 + <string>List</string> 415 + <key>Optional</key> 416 + <false/> 417 + <key>Types</key> 418 + <array> 419 + <string>*</string> 420 + </array> 421 + </dict> 422 + <key>AMActionVersion</key> 423 + <string>v.1.0.2</string> 424 + <key>AMApplication</key> 425 + <array> 426 + <string>Automator</string> 427 + </array> 428 + <key>AMParameterProperties</key> 429 + <dict> 430 + <key>variableUUID</key> 431 + <dict> 432 + <key>isPathPopUp</key> 433 + <false/> 434 + <key>selectedVariableUUID</key> 435 + <string>46E00644-977A-4F82-80A6-C52E6A4EFCDB</string> 436 + <key>variableUUIDsInMenu</key> 437 + <array/> 438 + </dict> 439 + </dict> 440 + <key>AMProvides</key> 441 + <dict> 442 + <key>Container</key> 443 + <string>List</string> 444 + <key>Types</key> 445 + <array> 446 + <string>*</string> 447 + </array> 448 + </dict> 449 + <key>AMRequiredResources</key> 450 + <array/> 451 + <key>ActionBundlePath</key> 452 + <string>/System/Library/Automator/Set Value of Variable.action</string> 453 + <key>ActionName</key> 454 + <string>Set Value of Variable</string> 455 + <key>ActionParameters</key> 456 + <dict> 457 + <key>variableUUID</key> 458 + <string>46E00644-977A-4F82-80A6-C52E6A4EFCDB</string> 459 + </dict> 460 + <key>BundleIdentifier</key> 461 + <string>com.apple.Automator.SetValueofVariable</string> 462 + <key>CFBundleVersion</key> 463 + <string>1.0.2</string> 464 + <key>CanShowSelectedItemsWhenRun</key> 465 + <true/> 466 + <key>CanShowWhenRun</key> 467 + <true/> 468 + <key>Category</key> 469 + <array> 470 + <string>AMCategoryUtilities</string> 471 + </array> 472 + <key>Class Name</key> 473 + <string>Set_Value_of_Variable</string> 474 + <key>InputUUID</key> 475 + <string>87EB6320-14E8-40B6-920E-80245010883E</string> 476 + <key>Keywords</key> 477 + <array> 478 + <string>variable</string> 479 + <string>binding</string> 480 + <string>input</string> 481 + <string>output</string> 482 + <string>storage</string> 483 + </array> 484 + <key>OutputUUID</key> 485 + <string>FA1F0D9D-EBAA-4AF5-8453-5A1A12439124</string> 486 + <key>UUID</key> 487 + <string>967907FC-FB5E-4E1A-AE7D-C4FEA9B42498</string> 488 + <key>UnlocalizedApplications</key> 489 + <array> 490 + <string>Automator</string> 491 + </array> 492 + <key>arguments</key> 493 + <dict> 494 + <key>0</key> 495 + <dict> 496 + <key>default value</key> 497 + <string></string> 498 + <key>name</key> 499 + <string>variableUUID</string> 500 + <key>required</key> 501 + <string>0</string> 502 + <key>type</key> 503 + <string>0</string> 504 + <key>uuid</key> 505 + <string>0</string> 506 + </dict> 507 + </dict> 508 + <key>conversionLabel</key> 509 + <integer>0</integer> 510 + <key>isViewVisible</key> 511 + <integer>1</integer> 512 + <key>location</key> 513 + <string>761.500000:844.000000</string> 514 + <key>nibPath</key> 515 + <string>/System/Library/Automator/Set Value of Variable.action/Contents/Resources/Base.lproj/main.nib</string> 516 + </dict> 517 + <key>isViewVisible</key> 518 + <integer>1</integer> 519 + </dict> 520 + <dict> 521 + <key>action</key> 522 + <dict> 523 + <key>AMAccepts</key> 524 + <dict> 525 + <key>Container</key> 526 + <string>List</string> 527 + <key>Optional</key> 528 + <true/> 529 + <key>Types</key> 530 + <array> 531 + <string>*</string> 532 + </array> 533 + </dict> 534 + <key>AMActionVersion</key> 535 + <string>v.1.0.2</string> 536 + <key>AMApplication</key> 537 + <array> 538 + <string>Automator</string> 539 + </array> 540 + <key>AMParameterProperties</key> 541 + <dict> 542 + <key>variableUUID</key> 543 + <dict> 544 + <key>isPathPopUp</key> 545 + <false/> 546 + <key>selectedVariableUUID</key> 547 + <string>284AD173-5A8A-4DE8-8A90-F263EB8E6F02</string> 548 + <key>variableUUIDsInMenu</key> 549 + <array/> 550 + </dict> 551 + </dict> 552 + <key>AMProvides</key> 553 + <dict> 554 + <key>Container</key> 555 + <string>List</string> 556 + <key>Optional</key> 557 + <false/> 558 + <key>Types</key> 559 + <array> 560 + <string>com.apple.cocoa.path</string> 561 + </array> 562 + </dict> 563 + <key>AMRequiredResources</key> 564 + <array/> 565 + <key>ActionBundlePath</key> 566 + <string>/System/Library/Automator/Get Value of Variable.action</string> 567 + <key>ActionName</key> 568 + <string>Get Value of Variable</string> 569 + <key>ActionParameters</key> 570 + <dict> 571 + <key>variableUUID</key> 572 + <string>284AD173-5A8A-4DE8-8A90-F263EB8E6F02</string> 573 + </dict> 574 + <key>BundleIdentifier</key> 575 + <string>com.apple.Automator.GetValueofVariable</string> 576 + <key>CFBundleVersion</key> 577 + <string>1.0.2</string> 578 + <key>CanShowSelectedItemsWhenRun</key> 579 + <false/> 580 + <key>CanShowWhenRun</key> 581 + <true/> 582 + <key>Category</key> 583 + <array> 584 + <string>AMCategoryUtilities</string> 585 + </array> 586 + <key>Class Name</key> 587 + <string>Get_Value_of_Variable</string> 588 + <key>IgnoresInput</key> 589 + <true/> 590 + <key>InputUUID</key> 591 + <string>088CCE00-F2E0-441F-A7D2-D8FFCAE97239</string> 592 + <key>Keywords</key> 593 + <array> 594 + <string>variable</string> 595 + <string>binding</string> 596 + <string>input</string> 597 + <string>output</string> 598 + <string>storage</string> 599 + </array> 600 + <key>OutputUUID</key> 601 + <string>EEDD64D8-4D91-4FA5-8546-870BA98EB1F2</string> 602 + <key>UUID</key> 603 + <string>2051DDA7-8C6C-4FF2-BB8C-81C671216767</string> 604 + <key>UnlocalizedApplications</key> 605 + <array> 606 + <string>Automator</string> 607 + </array> 608 + <key>arguments</key> 609 + <dict> 610 + <key>0</key> 611 + <dict> 612 + <key>default value</key> 613 + <string></string> 614 + <key>name</key> 615 + <string>variableUUID</string> 616 + <key>required</key> 617 + <string>0</string> 618 + <key>type</key> 619 + <string>0</string> 620 + <key>uuid</key> 621 + <string>0</string> 622 + </dict> 623 + </dict> 624 + <key>conversionLabel</key> 625 + <integer>0</integer> 626 + <key>isViewVisible</key> 627 + <integer>1</integer> 628 + <key>location</key> 629 + <string>761.500000:1002.000000</string> 630 + <key>nibPath</key> 631 + <string>/System/Library/Automator/Get Value of Variable.action/Contents/Resources/Base.lproj/main.nib</string> 632 + </dict> 633 + <key>isViewVisible</key> 634 + <integer>1</integer> 635 + </dict> 636 + <dict> 637 + <key>action</key> 638 + <dict> 639 + <key>AMAccepts</key> 640 + <dict> 641 + <key>Container</key> 642 + <string>List</string> 643 + <key>Optional</key> 21 644 <false/> 22 645 <key>Types</key> 23 646 <array> ··· 60 683 <key>ActionParameters</key> 61 684 <dict> 62 685 <key>appPath</key> 63 - <string></string> 686 + <string>46E00644-977A-4F82-80A6-C52E6A4EFCDB</string> 64 687 </dict> 65 688 <key>BundleIdentifier</key> 66 689 <string>com.apple.Automator.OpenFinderItems</string> ··· 111 734 <key>isViewVisible</key> 112 735 <integer>1</integer> 113 736 <key>location</key> 114 - <string>608.500000:224.000000</string> 737 + <string>761.500000:1159.000000</string> 115 738 <key>nibPath</key> 116 739 <string>/System/Library/Automator/Open Finder Items.action/Contents/Resources/Base.lproj/main.nib</string> 117 740 </dict> ··· 120 743 </dict> 121 744 </array> 122 745 <key>connectors</key> 123 - <dict/> 746 + <dict> 747 + <key>0F7D2A08-360F-44A6-AC8B-F6E43E606DCA</key> 748 + <dict> 749 + <key>from</key> 750 + <string>967907FC-FB5E-4E1A-AE7D-C4FEA9B42498 - 967907FC-FB5E-4E1A-AE7D-C4FEA9B42498</string> 751 + <key>to</key> 752 + <string>2051DDA7-8C6C-4FF2-BB8C-81C671216767 - 2051DDA7-8C6C-4FF2-BB8C-81C671216767</string> 753 + </dict> 754 + <key>1BCE60D3-EFA5-4190-B73D-26B900517E54</key> 755 + <dict> 756 + <key>from</key> 757 + <string>9EB9CB8E-AB05-4D90-9857-28CFD8915487 - 9EB9CB8E-AB05-4D90-9857-28CFD8915487</string> 758 + <key>to</key> 759 + <string>18A4400B-FFFD-49C1-8415-E6DC1098093B - 18A4400B-FFFD-49C1-8415-E6DC1098093B</string> 760 + </dict> 761 + <key>44475BDC-BA59-4253-A257-D7FA04A67B11</key> 762 + <dict> 763 + <key>from</key> 764 + <string>2051DDA7-8C6C-4FF2-BB8C-81C671216767 - 2051DDA7-8C6C-4FF2-BB8C-81C671216767</string> 765 + <key>to</key> 766 + <string>72DE6B44-50D6-43DB-A61C-D16669864815 - 72DE6B44-50D6-43DB-A61C-D16669864815</string> 767 + </dict> 768 + <key>6CEF285E-AB81-42C0-B0CB-75A1D04FD930</key> 769 + <dict> 770 + <key>from</key> 771 + <string>E60AF7B7-7423-4E08-9CA2-7D138D55D0BF - E60AF7B7-7423-4E08-9CA2-7D138D55D0BF</string> 772 + <key>to</key> 773 + <string>967907FC-FB5E-4E1A-AE7D-C4FEA9B42498 - 967907FC-FB5E-4E1A-AE7D-C4FEA9B42498</string> 774 + </dict> 775 + <key>FF484A8C-CA14-4BF1-BAA4-98C660908C75</key> 776 + <dict> 777 + <key>from</key> 778 + <string>18A4400B-FFFD-49C1-8415-E6DC1098093B - 18A4400B-FFFD-49C1-8415-E6DC1098093B</string> 779 + <key>to</key> 780 + <string>E60AF7B7-7423-4E08-9CA2-7D138D55D0BF - E60AF7B7-7423-4E08-9CA2-7D138D55D0BF</string> 781 + </dict> 782 + </dict> 124 783 <key>variables</key> 125 784 <array> 126 785 <dict> ··· 131 790 <key>name</key> 132 791 <string>VSCode</string> 133 792 <key>value</key> 134 - <string>~/Applications/Visual Studio Code.app</string> 793 + <string>/Applications/Visual Studio Code.app</string> 794 + </dict> 795 + <dict> 796 + <key>UUID</key> 797 + <string>284AD173-5A8A-4DE8-8A90-F263EB8E6F02</string> 798 + <key>identifier</key> 799 + <string>com.apple.Automator.Variable.Path</string> 800 + <key>name</key> 801 + <string>Path</string> 802 + <key>value</key> 803 + <string>/Users/ichamberlain/Downloads</string> 135 804 </dict> 136 805 </array> 137 806 <key>workflowMetaData</key>