- Python >= 3.11 (tinygrad 0.12.0 requires it)
- uv (or pip)
- numpy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # herdr configuration | |
| # Place this file at ~/.config/herdr/config.toml | |
| # Show first-run notification setup on startup. | |
| # Missing also shows onboarding; set false after you've chosen. | |
| # onboarding = true | |
| [theme] | |
| # Built-in themes: catppuccin, terminal, tokyo-night, dracula, nord, | |
| # gruvbox, one-dark, solarized, kanagawa, rose-pine, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ~/.gnhf/config.yml | |
| # Agent to use by default (claude, codex, rovodev, opencode, copilot, pi) | |
| agent: pi | |
| # Custom paths to agent binaries (optional) | |
| # Paths may be absolute, bare executable names on PATH, | |
| # ~-prefixed, or relative to this config directory. | |
| # Note: rovodev overrides must point to an acli-compatible binary. | |
| # agentPathOverride: |
-
Group membership: rslsync wasn't in the users group. Added it by editing /etc/group directly (synogroup and usermod both failed on DSM):
sudo sed -i 's/^users:x:100:$/users:x:100:rslsync/' /etc/group sudo synopkg restart resiliosync -
Synology ACLs: The + on directory permissions indicated ACLs were in effect, which overrode the permissive POSIX bits. The ACL only allowed guest and administrators. Added an explicit entry for rslsync:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| conky.config = { | |
| -- conky configuration | |
| -- | |
| -- The list of variables has been removed from this file in favour | |
| -- of keeping the documentation more maintainable. | |
| -- Check http://conky.sf.net for an up-to-date-list. | |
| -- | |
| -- For ideas about how to modify conky, please see: | |
| -- http://conky.sourceforge.net/variables.html | |
| -- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| load("cirrus", "env") | |
| # GitHub Actions Runner configuration | |
| RUNNER_VERSION = "2.331.0" | |
| RUNNER_HASH = "6f56ce368b09041f83c5ded4d0fb83b08d9a28e22300a2ce5cb1ed64e67ea47c" | |
| RUNNER_ARCH = "osx-arm64" | |
| REPO_URL = env.get("REPO_URL", "https://github.com/pythoninthegrass/mt") | |
| def main(): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>com.user.headroom.proxy</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>/Users/lance/.local/bin/headroom</string> | |
| <string>proxy</string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>com.user.mole.nightly</string> | |
| <key>ProgramArguments</key> | |
| <array> | |
| <string>/opt/homebrew/bin/mo</string> | |
| <string>clean</string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # For more options and information see | |
| # http://rptl.io/configtxt | |
| # Some settings may impact device functionality. See link above for details | |
| # Uncomment some or all of these to enable the optional hardware interfaces | |
| dtparam=i2c_arm=on # Modified by PiFire Board Configuration Utility | |
| #dtparam=i2s=on | |
| dtparam=spi=on # Modified by PiFire Board Configuration Utility | |
| # Enable audio (loads snd_bcm2835) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [experimental] | |
| [completion] | |
| copilot = "github" | |
| activate_on_typing = true | |
| [save] | |
| autosave_delay = 3000 | |
| format_on_save = false | |
| autosave = "after_delay" |
NewerOlder