@jaspermayone.com's dotfiles
0
fork

Configure Feed

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

updates

+131 -40
+21 -13
configs/espanso/match/wit.yml
··· 3 3 matches: 4 4 - trigger: ">cc1000" 5 5 replace: | 6 - /** 7 - * Jasper Mayone <mayonej@wit.edu> 8 - * {{my_id}} 9 - * COMP 1050 - Fall 2025 6 + /* @formatter:off 7 + * 8 + * © Jasper Mayone <mayonej@wit.edu> ({{my_id}}) 9 + * Wentworth Institute of Technology 10 + * COMP 1000 - Fall 2025 10 11 * Professor Micah Schuster <schusterm@wit.edu> 11 12 * 12 13 * $|$ 13 14 * 15 + * @formatter:on 14 16 */ 15 17 - trigger: ">pe1000" 16 18 replace: "shusterm@wit.edu" 17 19 18 20 - trigger: ">cc1050" 19 21 replace: | 20 - /** 21 - * Jasper Mayone <mayonej@wit.edu> 22 - * {{my_id}} 22 + /* @formatter:off 23 + * 24 + * © Jasper Mayone <mayonej@wit.edu> ({{my_id}}) 25 + * Wentworth Institute of Technology 23 26 * COMP 1050 - Spring 2026 24 27 * Professor Dave Rosenberg <rosenbergd@wit.edu> 25 28 * 26 29 * $|$ 27 30 * 31 + * @formatter:on 28 32 */ 29 33 - trigger: ">pe1050" 30 34 replace: "rosenbergd@wit.edu" 31 35 32 36 - trigger: ">cc1200" 33 37 replace: | 34 - /** 35 - * Jasper Mayone <mayonej@wit.edu> 36 - * {{my_id}} 38 + /* @formatter:off 39 + * 40 + * © Jasper Mayone <mayonej@wit.edu> ({{my_id}}) 41 + * Wentworth Institute of Technology 37 42 * COMP 1200 - Spring 2026 38 43 * Professor Koorosh Firouzbakht <firouzbakhtk@wit.edu> 39 44 * 40 45 * $|$ 41 46 * 47 + * @formatter:on 42 48 */ 43 49 - trigger: ">pe1200" 44 50 replace: "firouzbakhtk@wit.edu" 45 51 46 52 - trigger: ">ccCSAS2000" 47 53 replace: | 48 - /** 49 - * Jasper Mayone <mayonej@wit.edu> 50 - * {{my_id}} 54 + /* @formatter:off 55 + * 56 + * © Jasper Mayone <mayonej@wit.edu> ({{my_id}}) 57 + * Wentworth Institute of Technology 51 58 * CSAS 2000 - Spring 2026 52 59 * Professor Ella Howard <howarde@wit.edu> 53 60 * 54 61 * $|$ 55 62 * 63 + * @formatter:on 56 64 */ 57 65 - trigger: ">peCSAS2000" 58 66 replace: "howarde@wit.edu"
+6
darwin/default.nix
··· 72 72 }; 73 73 74 74 taps = [ 75 + "ArmMbed/homebrew-formulae" 75 76 "bramstein/webfonttools" 76 77 "charmbracelet/tap" 77 78 "heroku/brew" ··· 109 110 # Custom/personal 110 111 "jaspermayone/tap/boxcar" 111 112 "minio/stable/mc" 113 + "ruby" 112 114 113 115 # Build tools 114 116 "ccache" 117 + "cmake" 115 118 "sccache" 119 + 120 + # Embedded development (Pico SDK) 121 + "ArmMbed/homebrew-formulae/arm-none-eabi-gcc" 116 122 117 123 # Languages/runtimes (specific versions) 118 124 "composer"
+96 -26
flake.lock
··· 153 153 "type": "github" 154 154 } 155 155 }, 156 + "flake-parts_2": { 157 + "inputs": { 158 + "nixpkgs-lib": "nixpkgs-lib" 159 + }, 160 + "locked": { 161 + "lastModified": 1754487366, 162 + "narHash": "sha256-pHYj8gUBapuUzKV/kN/tR3Zvqc7o6gdFB9XKXIp1SQ8=", 163 + "owner": "hercules-ci", 164 + "repo": "flake-parts", 165 + "rev": "af66ad14b28a127c5c0f3bbb298218fc63528a18", 166 + "type": "github" 167 + }, 168 + "original": { 169 + "owner": "hercules-ci", 170 + "repo": "flake-parts", 171 + "type": "github" 172 + } 173 + }, 156 174 "flake-utils": { 157 175 "inputs": { 158 176 "systems": "systems_2" ··· 267 285 }, 268 286 "hardware": { 269 287 "locked": { 270 - "lastModified": 1767185284, 271 - "narHash": "sha256-ljDBUDpD1Cg5n3mJI81Hz5qeZAwCGxon4kQW3Ho3+6Q=", 288 + "lastModified": 1768736227, 289 + "narHash": "sha256-qgGq7CfrYKc3IBYQ7qp0Z/ZXndQVC5Bj0N8HW9mS2rM=", 272 290 "owner": "NixOS", 273 291 "repo": "nixos-hardware", 274 - "rev": "40b1a28dce561bea34858287fbb23052c3ee63fe", 292 + "rev": "d447553bcbc6a178618d37e61648b19e744370df", 275 293 "type": "github" 276 294 }, 277 295 "original": { ··· 309 327 ] 310 328 }, 311 329 "locked": { 312 - "lastModified": 1767910483, 313 - "narHash": "sha256-MOU5YdVu4DVwuT5ztXgQpPuRRBjSjUGIdUzOQr9iQOY=", 330 + "lastModified": 1768603898, 331 + "narHash": "sha256-vRV1dWJOCpCal3PRr86wE2WTOMfAhTu6G7bSvOsryUo=", 314 332 "owner": "nix-community", 315 333 "repo": "home-manager", 316 - "rev": "82fb7dedaad83e5e279127a38ef410bcfac6d77c", 334 + "rev": "2a63d0e9d2c72ac4d4150ebb242cf8d86f488c8c", 317 335 "type": "github" 318 336 }, 319 337 "original": { ··· 454 472 "type": "github" 455 473 } 456 474 }, 475 + "nixpkgs-lib": { 476 + "locked": { 477 + "lastModified": 1753579242, 478 + "narHash": "sha256-zvaMGVn14/Zz8hnp4VWT9xVnhc8vuL3TStRqwk22biA=", 479 + "owner": "nix-community", 480 + "repo": "nixpkgs.lib", 481 + "rev": "0f36c44e01a6129be94e3ade315a5883f0228a6e", 482 + "type": "github" 483 + }, 484 + "original": { 485 + "owner": "nix-community", 486 + "repo": "nixpkgs.lib", 487 + "type": "github" 488 + } 489 + }, 457 490 "nixpkgs-unstable": { 458 491 "locked": { 459 - "lastModified": 1768127708, 460 - "narHash": "sha256-1Sm77VfZh3mU0F5OqKABNLWxOuDeHIlcFjsXeeiPazs=", 492 + "lastModified": 1768564909, 493 + "narHash": "sha256-Kell/SpJYVkHWMvnhqJz/8DqQg2b6PguxVWOuadbHCc=", 461 494 "owner": "nixos", 462 495 "repo": "nixpkgs", 463 - "rev": "ffbc9f8cbaacfb331b6017d5a5abb21a492c9a38", 496 + "rev": "e4bae1bd10c9c57b2cf517953ab70060a828ee6f", 464 497 "type": "github" 465 498 }, 466 499 "original": { ··· 472 505 }, 473 506 "nixpkgs_2": { 474 507 "locked": { 475 - "lastModified": 1768242861, 476 - "narHash": "sha256-F4IIxa5xDHjtrmMcayM8lHctUq1oGltfBQu2+oqDWP4=", 508 + "lastModified": 1768621446, 509 + "narHash": "sha256-6YwHV1cjv6arXdF/PQc365h1j+Qje3Pydk501Rm4Q+4=", 477 510 "owner": "nixos", 478 511 "repo": "nixpkgs", 479 - "rev": "1327e798cb055f96f92685df444e9a2c326ab5ed", 512 + "rev": "72ac591e737060deab2b86d6952babd1f896d7c5", 480 513 "type": "github" 481 514 }, 482 515 "original": { ··· 520 553 }, 521 554 "nixpkgs_5": { 522 555 "locked": { 556 + "lastModified": 1755577059, 557 + "narHash": "sha256-5hYhxIpco8xR+IpP3uU56+4+Bw7mf7EMyxS/HqUYHQY=", 558 + "owner": "NixOS", 559 + "repo": "nixpkgs", 560 + "rev": "97eb7ee0da337d385ab015a23e15022c865be75c", 561 + "type": "github" 562 + }, 563 + "original": { 564 + "owner": "NixOS", 565 + "ref": "nixpkgs-unstable", 566 + "repo": "nixpkgs", 567 + "type": "github" 568 + } 569 + }, 570 + "nixpkgs_6": { 571 + "locked": { 523 572 "lastModified": 1764635402, 524 573 "narHash": "sha256-6rYcajRLe2C5ZYnV1HYskJl+QAkhvseWTzbdQiTN9OI=", 525 574 "owner": "nixos", ··· 541 590 ] 542 591 }, 543 592 "locked": { 544 - "lastModified": 1768338513, 545 - "narHash": "sha256-6NZyVH6fUaUmT/IQvIJLswhUGNgDLWTh00ZXiMT210Q=", 593 + "lastModified": 1768840132, 594 + "narHash": "sha256-G0ZqM/h33u+VcGiD0ym+/+Bce6UzVMqhOHfeWY3GZhQ=", 546 595 "owner": "nix-community", 547 596 "repo": "NUR", 548 - "rev": "ada81bdba085fe25c6fbd2ac9dc37df46e1082c7", 597 + "rev": "a895fe3dffae99b32a21bd4677a400e20660b5c6", 549 598 "type": "github" 550 599 }, 551 600 "original": { ··· 570 619 "strings": "strings", 571 620 "tangled": "tangled", 572 621 "tgirlpkgs": "tgirlpkgs", 622 + "try": "try", 573 623 "zmx": "zmx" 574 624 } 575 625 }, ··· 632 682 ] 633 683 }, 634 684 "locked": { 635 - "lastModified": 1768340313, 636 - "narHash": "sha256-Fj7+U8Z9vCkUbpsMSqdRyhH21KDeyrFWIgA4u3z/fbA=", 685 + "lastModified": 1768344684, 686 + "narHash": "sha256-dk2eLFwSH06ozgEkJ8lwUrIVoO5wCNJ+Zs5mu0a1tt0=", 637 687 "owner": "jaspermayone", 638 688 "repo": "strings", 639 - "rev": "1cce4c04251a64f3f23c41d14968b8f11578d483", 689 + "rev": "8991b3efc080a527edcb16acfe469781bae1c27a", 640 690 "type": "github" 641 691 }, 642 692 "original": { ··· 767 817 "sqlite-lib-src": "sqlite-lib-src" 768 818 }, 769 819 "locked": { 770 - "lastModified": 1768273768, 771 - "narHash": "sha256-T87j98h4T2ux5LYc/R1KjisUfv1qck65MknhGJVMEA4=", 820 + "lastModified": 1768826118, 821 + "narHash": "sha256-0d6nqu3fViwDPpy9Q7CyXzH+8ZJ+vY2d4E0tsFNjIKE=", 772 822 "ref": "refs/heads/master", 773 - "rev": "3638909db6c988eef717981ee3f4950937e92836", 774 - "revCount": 1807, 823 + "rev": "1abafd050eab1237da9e9782ccb58177cfa5fe1d", 824 + "revCount": 1854, 775 825 "type": "git", 776 826 "url": "https://tangled.org/tangled.org/core" 777 827 }, ··· 787 837 ] 788 838 }, 789 839 "locked": { 790 - "lastModified": 1768265362, 791 - "narHash": "sha256-BElh4ockJAFRus3K/HAYYJ1Z35eMvnOGkQPlKkzNT0w=", 840 + "lastModified": 1768784339, 841 + "narHash": "sha256-n9p6pM1Mu9UaQTQ+FykvlOMB4SiBzHE/o725/GF/uzE=", 792 842 "owner": "tgirlcloud", 793 843 "repo": "pkgs", 794 - "rev": "6670f3712d97005d162243b24c3a756df422c10c", 844 + "rev": "2c758f4b99648bd2ca161bac38933accd7e86a3f", 795 845 "type": "github" 796 846 }, 797 847 "original": { ··· 800 850 "type": "github" 801 851 } 802 852 }, 853 + "try": { 854 + "inputs": { 855 + "flake-parts": "flake-parts_2", 856 + "nixpkgs": "nixpkgs_5" 857 + }, 858 + "locked": { 859 + "lastModified": 1768952301, 860 + "narHash": "sha256-GnZf5uT3702bLcKVbh1o1CGLd99wL9lnPfbwJHrb1Gg=", 861 + "owner": "jaspermayone", 862 + "repo": "try", 863 + "rev": "987188e5d606bf1ade566fff7dee0a8541cdf0a3", 864 + "type": "github" 865 + }, 866 + "original": { 867 + "owner": "jaspermayone", 868 + "ref": "fix/nix-include-lib-directory", 869 + "repo": "try", 870 + "type": "github" 871 + } 872 + }, 803 873 "utils": { 804 874 "inputs": { 805 875 "systems": "systems_3" ··· 821 891 "zig2nix": { 822 892 "inputs": { 823 893 "flake-utils": "flake-utils_5", 824 - "nixpkgs": "nixpkgs_5" 894 + "nixpkgs": "nixpkgs_6" 825 895 }, 826 896 "locked": { 827 897 "lastModified": 1764678235,
+2 -1
flake.nix
··· 60 60 }; 61 61 62 62 try = { 63 - url = "github:tobi/try"; 63 + # TODO: switch back to tobi/try after https://github.com/tobi/try/pull/91 merges 64 + url = "github:jaspermayone/try/fix/nix-include-lib-directory"; 64 65 }; 65 66 }; 66 67
+1
hosts/alastor/CLAUDE.md
··· 7 7 8 8 | ID | Time | T | Title | Read | 9 9 |----|------|---|-------|------| 10 + | #356 | 4:20 PM | 🔵 | Dotfiles Configuration Status Check | ~368 | 10 11 | #347 | 4:11 PM | 🟣 | Configured Two Strings Pastebin Instances on Alastor | ~337 | 11 12 </claude-mem-context>
+5
modules/shell.nix
··· 567 567 export PATH="/opt/homebrew/opt/mysql@8.0/bin:$PATH" 568 568 export PATH="/Users/jsp/.antigravity/antigravity/bin:$PATH" 569 569 export PATH="$HOME/go/bin:$PATH" 570 + export PATH="$HOME/toolchains/gcc-arm-none-eabi-10.3-2021.10/bin:$PATH" 570 571 571 572 # ============================================================================ 572 573 # ENVIRONMENT VARIABLES 573 574 # ============================================================================ 575 + export PICO_SDK_PATH="$HOME/dev/pico-sdk" 574 576 export COMPOSE_BAKE=true 575 577 export VISUAL="code --wait" 576 578 export EDITOR="code --wait" ··· 628 630 tmux 629 631 watch 630 632 gum # Required for tangled-setup script 633 + 634 + # Encryption 635 + age # Modern encryption tool 631 636 632 637 # Dev tools 633 638 mise # Version manager (formerly rtx)